Message3860
virtualenv.py installs a modified site.py in /Lib, which acesses posix
group id functions, which in turn are not implemented on windows.
The new site.py is encoded as base64 inside virtualenv.py.
The unified diff is attached as site.diff
I am not sure how to proceed now. |
|
| Date |
User |
Action |
Args |
| 2008-11-27 16:10:41 | otmarhumbel | set | messageid: <1227802241.38.0.572653937426.issue1180@psf.upfronthosting.co.za> |
| 2008-11-27 16:10:41 | otmarhumbel | set | recipients:
+ otmarhumbel, pjenvey |
| 2008-11-27 16:10:41 | otmarhumbel | link | issue1180 messages |
| 2008-11-27 16:10:40 | otmarhumbel | create | |
|