Ok im pretty new to coding in general and have two questions.

1. I downloaded a python script that packages my programs into an executable however im running Windows Vista(i believe this to be the problem) and when i try to run the executable i get a win32 error.
2. Could someone give me some advice or point me in the right direction for writing or finding a program in python that allows me to execute commands in windows.

Like i said im new to coding, so any help i can get i would greatly appreciate.

Thanks.

Recommended Answers

All 3 Replies

See here for links.

Hope this helps.

What does your error message say?

Windows Vista has a mind of its own, and on occasion will refuse to istall a .DLL file (in this case Python25.dll, the python interpreter packaged with your .exe file) because of conceived security reasons. The crappy part is that it won't tell you anything during the installation process!

ok that helps thanks alot guys

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.