egg
Override a module in plone's eggs?
I want to override a method (assignment_mapping_from_key) in: eggs/plone.app.portlets-1.1.5.1-py2.4.egg/plone/app/portlets/utils.py[详细]
2023-03-06 23:05 分类:问答plone.app.jquerytools Bad version error while installing PloneFormGen
I am trying to install zettwerk.ui theme , i have added zettwerk.ui to eggs = then ran buildout and restarted plone but i didn\'t find the theme on the Addon page.[详细]
2023-03-04 01:15 分类:问答django module already import and python egg warnings
Can anyone help me get rid of these warnings in Django please? /usr/lib/python2.6/site-packages/simplejson-2.1.5-py2.6-linux-x86_64.egg/simplejson/_speedups.py:3: UserWarning: Module taggit was alrea[详细]
2023-03-02 22:52 分类:问答Where can I download binary eggs with psycopg2 for Windows?
I\'m looking for binary eggs with psycopg2\'s binaries for Windows but can\'t find any. On http://initd.开发者_如何转开发org/psycopg/download/ there\'s only source package and link to Windows port of[详细]
2023-02-18 15:59 分类:问答Python: If there are multiple egg versions of the same package installed, how do I import specifically the version I need?
Say, for example that FooPac开发者_StackOverflow中文版kage-1.1 and FooPackage-1.2 are both installed in dist-packages as eggs. How do I import the one I need?You can use pkg_resources to specify your[详细]
2023-02-16 06:26 分类:问答Run post-install script in a Python Egg (setuptools)
I have created a little Python egg (with setuptools) that I want to install in other machines of my LAN. I have even setup a server for the eggs and all (and the egg is properly downloaded and install[详细]
2023-02-07 18:15 分类:问答top-level package handling with setuptools (or another python egg builder)
I am writing a little python app. I want to be able to easily deploy the app. I know that python 2.6 will allow one to execute an egg directly if there is a main module at the egg\'s root. I actually[详细]
2023-02-05 21:16 分类:问答How to fix a python egg?
I added a jabber support to my python bot by importing the xmppy library. However calling \"import xmpp\" attracts a few warnings:[详细]
2023-02-05 02:02 分类:问答problem with installing with easy_install on custom python
I have a mac osx As such I have the normal python that comes with the machine, and the new version that I have downlaoded, and that works very well. This is in[详细]
2023-02-04 04:41 分类:问答getting django apps packaged as python eggs to work with django admin docs
i\'ve taken over a django (1.1) project which has a number of django apps installed as eggs (in /usr/lib/python2.6/site-packages/). This works fine everywhere except for the django admin docs. Trying[详细]
2023-01-31 23:40 分类:问答