Ok, got the CVS working I went and downloaded python got it all installed but when I build I get the error:
ImportError: No Module Named py2exe
I tried deleting the line "Import py2exe" but was given other errors, so this is obviously needed in the code. Seeings how this is an import command, using my common sense its trying to import some library or file code (?) by the name of py2exe which I don't have. So did I download the wrong version of python? (Used www.python.org, newest windows version 2.2.2)
Any help is appreciated :D
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Ignore this.
Did a search for py2exe in Python.org FAQ. Apparently this is a third party program to turn python compiles into a stand-alone program. Once I downloaded this and installed it built succesfully ;o
-Techwid
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Ok, got the CVS working I went and downloaded python got it all installed but when I build I get the error:
ImportError: No Module Named py2exe
I tried deleting the line "Import py2exe" but was given other errors, so this is obviously needed in the code. Seeings how this is an import command, using my common sense its trying to import some library or file code (?) by the name of py2exe which I don't have. So did I download the wrong version of python? (Used www.python.org, newest windows version 2.2.2)
Any help is appreciated :D
Ignore this.
Did a search for py2exe in Python.org FAQ. Apparently this is a third party program to turn python compiles into a stand-alone program. Once I downloaded this and installed it built succesfully ;o
-Techwid
Also as a side note for anyone else that tries to run bt++ cvs your going to need the following
CVS Client (TortoiseCVS)
py2exe
wxPython