vanguard93

Results 3 issues of vanguard93

When used with wxPython, simply adding the line: "from pymouse import PyMouse" causes a segmentation fault when the application is exited.

Executing an application created with pyinstaller using PyUserInput results in the following runtime error on OSX: ``` Traceback (most recent call last): File "", line 5, in File "/Library/Python/2.7/site-packages/PyInstaller-2.1-py2.7.egg/PyInstaller/loader/pyi_importers.py", line...

Here's the traceback: Traceback (most recent call last): File "file.py", line 62, in do_main() File "file.py", line 25, in do_main login.login() File "/path/Fifa14Client/LoginManager.py", line 77, in login tokens = self.get_sid_second_time(next_loc)...