buildout Questions

2

Solved

In my setup.py file, I've specified a few libraries needed to run my project: setup( # ... install_requires = [ 'django-pipeline', 'south' ] ) How can I specify required versions of these l...
Bremen asked 17/11, 2011 at 3:6

1

Solved

Does Buildout support value substitution in the extends option of the buildout section? For example, this example.cfg doesn't extend with base.cfg: [config] base = base.cfg [buildout] extends = ...
Mennonite asked 6/3, 2019 at 11:50

6

Solved

I'm trying to reduce the number of scripts included in our website and we use buildout to handle deployments. Has anybody successfully implemented a method of combining and compressing scripts with...
Overgrowth asked 29/7, 2009 at 11:6

7

Solved

I am using buildout to automatically download and setup the many dependencies of my Plone installation. buildout more or less uses easy_install to download and install a bunch of Python eggs. This ...
Motorway asked 17/2, 2009 at 15:48

3

Solved

i have set up buildout project (django to be specific) that has to run in old machine, it works fine in my local system with python 2.7. In production server it runs python 2.5 and i want to conf...
Gemoets asked 20/4, 2011 at 6:21

4

Solved

I'm developing an application for OS X. The application involves communicating with a server through python-requests, using a secure connection. I am able to run the python file I intend to packa...
Mano asked 12/6, 2013 at 17:55

6

Solved

I'm doing a few projects in python right now, and I'm trying to figure out how to work with my own versions of existing open source packages. For instance, I'm using tipfy with zc.buildout, and I'...
Wallop asked 1/11, 2010 at 4:6

4

Solved

Are there any tricks how one could make Sublime Text's Python autocompletion aware off all eggs from buildout's [eggs] section E.g. grab the same sys.path as in Plone's generated bin/instance com...
Rockie asked 10/5, 2012 at 19:22

8

When upgrading to Django 1.8 (with zc.buildout) and running syncdb or migrate, I get this message: django.db.utils.ProgrammingError: relation "auth_user" does not exist One of my models contains ...
Realistic asked 17/4, 2015 at 2:46

3

I'm facing problem with cython in buildout. One of the part is a module build with cython from a .c file and a .pyx file. I've already try many solutions : Sean Gillies Blog / 814 / Adding pypr...
Linnell asked 9/11, 2011 at 10:35

1

Solved

I've been so far using lovely.buildouthttp for a long time, to authenticate buildout to my private PyPI server. The key required functionality is its ability to use credentials from a separate fil...
Wawro asked 19/5, 2016 at 12:34

1

In my buildout.cfg file i have such code: parts = ... sphinxbuilder next in same file: eggs= ... jinja2 markupsafe sphinx and then, at the end of file: [sphinxbuilder] recipe = collect...
Bitternut asked 4/2, 2016 at 11:57

3

Solved

Is there a simple way of escaping the magic characters used for variable substitution in a buildout configuration, such that the string is left alone. In other words, where I say: [part] attribute...
Words asked 16/7, 2009 at 3:45

1

Solved

I am looking for populating value, in zc.buildout configuration, by evaluating certain criteria. For example, if fqdn endswith '.net' then hostname = this_pkg_server else hostname = that_pkg_ser...
Hurdle asked 3/5, 2016 at 4:15

2

Solved

I've been using buildout for quite a while now without any issue, in fact I did yesterday without any problems. But as today all my projects fail to buildout. I tried on two different Ubuntu works...
Silverfish asked 10/2, 2013 at 19:0

5

Solved

I have a Plone site (something around 4.2.4, telling from a version.txt in the root directory) which I'd like to update to a recent version (I found this how-to) (as of now, 4.3.4); I have inherite...
Typo asked 23/4, 2015 at 14:58

2

Solved

On a server, for disk optimization, we do not install a C compiler, and here is the problem : I want to install 'spur' python package with buildout 2.3.1, spur is using pycrypto which requires a C...
Swimmingly asked 19/6, 2015 at 15:46

1

For instance the following is built with bin/buildout -Nvv ... Getting required 'grokcore.component>=2.5' required by five.grok 1.3.2. required by grokcore.viewlet 1.11. Picked: grokcore.com...
Sushi asked 13/12, 2013 at 5:23

3

I am trying to find tutorials on how to write buildout recipes. I haven't found any, except the one on buildout site. But it is very rudimentary. Is there a good tutorial for writing buildout...
Fotheringhay asked 25/5, 2010 at 4:54

5

Solved

I'm trying to learn Django. And need something to go beyond Hello world and Polls tutorial. Could you please recomend any real project written in Django? Tried to search, but found not many. ...
Inness asked 24/8, 2010 at 18:3

4

Solved

I am messing around with the combination of buildout and virtualenv to setup an isolated development environment in python that allows to do reproducible builds. There is a recipe for buildout tha...
Raver asked 14/10, 2009 at 16:35

2

Solved

I am tring to create a new plone environment using python plone-devstart.py tool. I got a bootstrap error. So i used a command bin/python bootstrap.py -d from my project directory. It(bin/python bo...
Honeysuckle asked 11/7, 2013 at 7:1

2

Solved

I've recently started playing around with Mezzanine, a django-based CMS. I recently just managed to configure Fabric to get it uploading to my host, webfaction.com, as its a bit more involved autom...
Corking asked 18/9, 2013 at 23:4

1

I am including in a buildout an egg (jsonlib) that uses C extensions. On pypi a precompiled blob is present. But it's not compatible with my environment: I get a undefined symbol: PyUnicodeUCS4_Fro...
Thereabout asked 13/1, 2012 at 15:23

1

I've got several python applications consisting of scripts/modules that should be packaged and deployed as RPMs. The trickier bit is that each application should be distributed along with all pyth...
Tenancy asked 7/8, 2013 at 17:2

© 2022 - 2024 — McMap. All rights reserved.