Skip to content

Pyinstaller should not extend sys.path (six package version too old) #773

@pyinstaller-tickets-migration

Description

Original date: 2013/09/15
Original reporter: jimmykuu

The PyInstaller/lib/six.py version is 1.0.0, I use ZODB4.0.0b3, it need six1.4.1.

When I use PyInstaller convert my program, the six1.4.1 been replaced with six1.0.1, and the program gone wrong.

So I replace PyInstaller/lib/six.py with six1.4.1, it's ok now.

Metadata

Metadata

Labels

@highversion:developRelated to the current development branch

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions