-1

I've looked for every possible way to create a .pyx file from saving a .py file. I followed this YouTube tutorial. However, when I used VSCode, it returned a blank .pyx file.

Alex Waygood
  • 6,304
  • 3
  • 24
  • 46
ht herkool
  • 29
  • 2
  • 9
  • 3
    For those of us who don't want to watch a 17 minute video, can you write down the steps you're actually doing – DavidW Jan 16 '21 at 13:29
  • I just stuck in first step.I made a python file and it didnot make .pyx file. – ht herkool Jan 17 '21 at 05:36
  • 2
    It should just be "save as". A .pyx file is just a text file. If your editor doesn't let you save a text file with a name of your choice then you need a different editor. – DavidW Jan 17 '21 at 05:54
  • Assuming you still need to ask this question why don't you take screenshots of *every step* that you're taking in your editor when you try to create the file. Maybe someone will be able to tell you where you're going wrong. I don't have vscode so it won't be me. – DavidW Jan 17 '21 at 09:20
  • It's Fixed! it's fixed by changing the Code Editor.it's Stops me by Changing every Items to .py file :) – ht herkool Jan 17 '21 at 10:09
  • now I got one more problem that I asked it here : https://stackoverflow.com/questions/65759328/i-got-modulenotfounderror-no-module-named-cython-when-trying-to-make-extensio – ht herkool Jan 17 '21 at 10:10

1 Answers1

0

Thanks To davidw it's fixed Just by changing the File name and using the Correct Editor

ht herkool
  • 29
  • 2
  • 9