Skip to content Skip to sidebar Skip to footer
Showing posts with the label Pyinstaller

Pyusb On Windows 8.1 - No Backend Available - How To Install Libusb?

Working on pyinstaller 3.1, python 2.7.9, and tkinter. Try to use pyusb instead of pyserial, but no… Read more Pyusb On Windows 8.1 - No Backend Available - How To Install Libusb?

Can't Make Standalone Binary Scrapy Spider With Cx_freeze

A short description about my working environment: win 7 x64, python 2.7 x64, scrapy 0.22, cx_Freeze… Read more Can't Make Standalone Binary Scrapy Spider With Cx_freeze

Python 2.7 The 'packaging' Package Is Required; Normally This Is Bundled With This Package

I expect this has to do with the cryptography module, but I'm not sure. Traceback (most recent … Read more Python 2.7 The 'packaging' Package Is Required; Normally This Is Bundled With This Package

Can't Perform This Operation For Unregistered Loader Type

I'm using bokeh for data visualization, and trying to make an executable but it shows an error … Read more Can't Perform This Operation For Unregistered Loader Type

Pypy And Pyinstaller

Is it possible to build a single-binary or single-directory package with PyInstaller that uses pypy… Read more Pypy And Pyinstaller

Pyinstaller Encryption --key

I'm trying to understand why PyInstaller documentation states that the --key argument to encryp… Read more Pyinstaller Encryption --key

Bundle (just --onefile)

please read all this post and help me. i want to create --onefile executable with pyinstaller. i ha… Read more Bundle (just --onefile)

Pyinstaller With Pandas And Numpy, Exe Throws Error At Runtime

I am trying to make an EXE using Pyinstaller of a small test program. I made a virtual environment … Read more Pyinstaller With Pandas And Numpy, Exe Throws Error At Runtime