Closed F483 closed 6 years ago
I do indeed have RandomIO installed as you can see in the output of pip freeze
above.
If it is working for you I would like to know the exact setup you have, so I can replicate it. Could you please post your output for python --version, pip --freeze and what version of windows you are using.
i deleted the repo after it ran but i'm guessing even though pypi projects are case insensitive it's somehow playing a roll here, pip freeze gives me
RandomIO==0.2.1
try installing the package as RandomIO
im using python3.4.3 windows 7 pip 7
I just setup a Windows 7 VM and tried building it there. I was successful, but only after I uninstallded randomio (was automatically installed dependency via python setup.py develop
) and installed it manually with pip install RandomIO
. Why the dependency is listed in a different case or why it should even matter I do not know. I also used cx-Freeze so I'm not sure about the status of py2exe, maybe I will try it and report back.
I suggest the following:
Thanks for reaching out. Unfortunately this project is no longer actively maintained, so I'm going to move it into archive mode:
https://rfk.id.au/blog/entry/archiving-open-source-projects/
I'm trying to get the simplest example from the tutorial to work. https://github.com/cloudmatrix/esky/tree/master/tutorial/stage1
My environment:
When run using py2exe as the freezer, it fails to find the py2exe module for some reason (though freezing other apps with "python setup.py py2exe" works just fine).
With cx-Freeze building the package works well but running the executable fails.