Re: package providing an ipython Extension

2010-08-09 Thread Picca Frédéric-Emmanuel
Le Mon, 09 Aug 2010 16:57:30 +0200, Bernd Zeimetz a écrit : > On 08/09/2010 04:10 PM, Picca Frédéric-Emmanuel wrote: > > > I am using python-support but I am not sure I understood what is the > > relation of my > > problem with the section you pointed me in the python-support documentation. > >

Re: package providing an ipython Extension

2010-08-09 Thread Bernd Zeimetz
On 08/09/2010 04:10 PM, Picca Frédéric-Emmanuel wrote: > I am using python-support but I am not sure I understood what is the relation > of my > problem with the section you pointed me in the python-support documentation. > > this ipy_profile_tango.py is not a Module built from the package, It i

Re: package providing an ipython Extension

2010-08-09 Thread Picca Frédéric-Emmanuel
Le Mon, 09 Aug 2010 15:53:34 +0200, Bernd Zeimetz a écrit : > > Ps: Usually the IPython extension are in: > > /usr/share/pyshared/IPython/Extensions > > > > So is it enought to install the ipy_profile_tango.py at that place > > during the build phase of the package ? > > It should be, yes. > P

Re: package providing an ipython Extension

2010-08-09 Thread Bernd Zeimetz
On 08/09/2010 03:07 PM, Picca Frédéric-Emmanuel wrote: > > Hello > > I am packaging a library that provide also an ipython profile. > > the file is named like this > ipy_profile_tango.py > > I would like to know what is the best practice for packaging that sort of > ipython "Extension" > > Ps: