scon/virtualenv.rst
Gabor Guzmics ec852c3b0e first examples and bugfixes
* qt application to browse collected sessions
 * fix in game.log StartingLevel.
 * note for virtualenv users
2017-05-19 22:55:04 +02:00

8 lines
456 B
ReStructuredText

Note on windows:
- if you virtualenv python3, make sure to copy following data over to your newly created virtualenv:
* copy Python3.dll in main python directory -> virtualenv/Scripts
- needed for Qt5, so gui based things. not needed if you use the library only.
- a dll called Python3x.dll should already exist there.
* tcl directories need to be copied over for some libraries using it
- (this project currently does not need that)