Linked Questions

10 questions linked to/from How to create Python egg file
54 votes
8 answers
78k views

I have a simple python script, which imports various other modules I've written (and so on). Due to my environment, my PYTHONPATH is quite long. I'm also using Python 2.4. What I need to do is ...
xorsyst's user avatar
  • 8,307
9 votes
3 answers
21k views

I've got a piece of software which consists of several python sources and a couple of c++ libraries. I'd like to pack them in a executable single file, just like java does with .jar files. Is there a ...
8 votes
3 answers
4k views

Does anybody know if there is any tool for packing a Python project that uses several files and modules into a single script?
7 votes
1 answer
2k views

I'm quite new to Python. I've downloaded the Pyramid Framework and have been trying to understand it. It uses many separate tools for its work. For example some PasteDeploy. I tried to read ...
Green's user avatar
  • 31.1k
7 votes
2 answers
7k views

I am new to Python and am totally lost as to where to even start to get this done. I have written many small modules (a toolset for maya) that need to be compiled into on single .pyc file. Is there a ...
7 votes
1 answer
4k views

I am trying to write my first python module that can be easily distributed and installed on different machines (hopefully by just cloning the repository and running setup.py). The problem is that my ...
3 votes
1 answer
2k views

I am working on a Python project that requires PIL to show images. However, the computers that I am working on often do not allow me to install things, and have a very bare bones python setup. For ...
3 votes
2 answers
842 views

I have a project that using some third-party libraries. My questions is how to deploy my project to an environment that has not install these third-party libraries. In Java, I can just put all jars in ...
zsxwing's user avatar
  • 21k
0 votes
0 answers
519 views

I want to create an egg file for pandas-profiling. The below link has a source and does not have an egg file inside. I'm using Databricks notebook so I cant do pip install. please help me how can ...
dileepvarma's user avatar
0 votes
1 answer
303 views

SystemExit: error: google-auth 2.0.0.dev0 is installed but google-auth<2.0dev,>=1.24.0 is required by {'google-cloud-core'} This error appears now on AWS Glue Jobs, in my case, jobs using ...