(Oct-16-2016, 06:32 PM)sparkz_alot Wrote: May I ask why you are using 32 bit Python on a 64 bit operating system?I do this all the time because some 3rd party libs have trouble with 64 bit libraries. (ei. python + pygame + py2exe often have problems with 64 bit when working together, and ends up being easier to just use 32 bit regardless of what the OS is)
Recommended Tutorials: