thanks David,According to your Instruction,I execute ./package.sh win32 in the Git Shell suceefully.
But What to do next,Because No executal Windows Application generated.
thanks David,According to your Instruction,I execute ./package.sh win32 in the Git Shell suceefully.
But What to do next,Because No executal Windows Application generated.
That's to generate a release package, it also requires nsis installed, and will generate an installer in the base directory. Else it will only generate a zip file I think, or just a directory with the final package in it.
Hi,
I'm bumping up this thread because I'm using PyCharm and I've tried to set up a debug configuration for my virtualenv ... but it doesn't work.
By defining pythonw as the interpreter, here's what I get in the PyCharm debugger console:
/Users/me/.virtualenvs/Cura/bin/pythonw -m Cura.cura /Applications/PyCharm.app/helpers/pydev/pydevd.py --multiproc --client 127.0.0.1 --port 57621 --file /Users/me/projects/Cura/cura.py
Traceback (most recent call last):
File "<string>", line 1, in <module>
AttributeError: 'module' object has no attribute 'real_prefix'
/Users/me/.virtualenvs/Cura/bin/pythonw: line 5: /bin/python: No such file or directory
/Users/me/.virtualenvs/Cura/bin/pythonw: line 5: exec: /bin/python: cannot execute: No such file or directory
Process finished with exit code 126
By defining python from the virtualenv, Cura won't start because it doesn't recognize any attached screen.
How can I specify the right interpreter in order to debug Cura with pythonw?
See attached Run/Debug configuration.
I'm on OS X 10.8.5
Recommended Posts
Daid 306
The setup.py has been made for Linux and MacOS. It's not used for windows.
I'm using PyCharm for Cura development, which has debug features buildin.
Link to post
Share on other sites