-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With windows many problem... #58
Comments
I had the same problem in my Win7 64bit but now works fine, maybe you can try this: in sevabot\sevabot\bot\modules.py
to
and then
to
Maybe this is not a good solution, but makes it works fine in my win7. :) |
Dare to submit a pull request? :) |
This change seemed to work for me in win7 with Skype 6.22.0.107 |
Attempted the fix above - error appears to remain present.
Pastebin of my new modules.py file: http://pastebin.com/qTj4BJHU |
always get same errors in all commands
maybe can some help me:
Exception in thread Thread-5545:
Traceback (most recent call last):
File "C:\Python\Lib\threading.py", line 808, in bootstrap_inner
self.run()
File "c:\sevabot\sevabot\bot\modules.py", line 246, in run
self.result = self.func()
File "c:\sevabot\sevabot\bot\modules.py", line 64, in threaded_run
process = subprocess.Popen(args, stdout=subprocess.PIPE, stderr=subprocess.STDOUT, shell=False, env=env)
File "C:\Python\Lib\subprocess.py", line 711, in __init
errread, errwrite)
File "C:\Python\Lib\subprocess.py", line 948, in _execute_child
startupinfo)
TypeError: environment can only contain strings
The text was updated successfully, but these errors were encountered: