[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-bugs] #19823 [Core Tor/Stem]: pwd not available on Windows
#19823: pwd not available on Windows
-------------------------------+--------------------
Reporter: trodun | Owner: atagar
Type: defect | Status: new
Priority: Medium | Milestone:
Component: Core Tor/Stem | Version:
Severity: Normal | Keywords:
Actual Points: | Parent ID:
Points: | Reviewer:
Sponsor: |
-------------------------------+--------------------
The commit below breaks Windows support, the pwd module is only available
on Unix.
https://gitweb.torproject.org/stem.git/commit/?id=4082270d068338fa01a433a9006a1073fc4d087b
{{{
ImportError: No module named 'pwd'
File "run.py", line 141, in run_process
start_app()
File "run.py", line 39, in start_app
from app.main import run_app
File "E:\dev\prs\test\app\main.py", line 86, in <module>
from app.network import net
File "E:\dev\prs\test\app\network.py", line 13, in <module>
from stem.control import Controller as StemCtrl
File "e:\dev\prs\stem\stem\control.py", line 261, in <module>
import stem.descriptor.microdescriptor
File "e:\dev\prs\stem\stem\descriptor\__init__.py", line 51, in <module>
import stem.util.system
File "e:\dev\prs\stem\stem\util\system.py", line 62, in <module>
import stem.util.proc
File "e:\dev\prs\stem\stem\util\proc.py", line 53, in <module>
import pwd
}}}
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/19823>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs