bastienleonard / pysfml-cython

A Python 2/3 binding for SFML 2, written with Cython
http://pysfml2-cython.readthedocs.org/
Other
68 stars 8 forks source link

Additional Dependencies for Py2Exe #44

Closed nagn closed 12 years ago

nagn commented 12 years ago

I recently tried to create a py2exe application using sfml, but giving it to someone else without sfml/pysfml installed seems to not work properly File "sfml.pyc", line 12, in File "sfml.pyc", line 10, in __load ImportError: DLL load failed: The specified module could not be found.

all of the sfml dlls (sfml-graphics-2, sfml-audio-2, etc.) are included in the same directory as the main executable.

nagn commented 12 years ago

silly me, I had the dependencies zipped when they shouldn't ahve been nevermind