Re: emded revision control in Python application?

2012-06-22 Thread rusi
On Jun 22, 8:58 pm, duncan smith wrote: > Hello, >        I have an application that would benefit from collaborative > working. Over time users construct a "data environment" which is a > number of files in JSON format contained in a few directories (in the > future I'll probably place these in a

Re: use Python to post image to Facebook

2012-06-22 Thread Putilov Roman
Try to use http://pycurl.sourceforge.net/ I don't test it, but there is no problem interact with google services. 22.06.12 17:27, davecotef...@gmail.com пишет: On Monday, 9 April 2012 20:24:54 UTC-7, CM wrote: Shot in the dark here: has any who reads this group been successful with getting Py

Re: Re: Pythonic cross-platform GUI desingers à la Interface Builder (Re: what gui designer is everyone using)

2012-06-22 Thread 88888 Dihedral
Albert van der Horst於 2012年6月22日星期五UTC+8下午11時53分01秒寫道: > In article , > Kevin Walzer wrote: > >On 6/11/12 8:01 AM, Wolfgang Keller wrote: > >> Tkinter is imho honestly the very best "argument" if you want to make > >> potential new users turn their backs away from Python for good. Just > >> show

Re: emded revision control in Python application?

2012-06-22 Thread duncan smith
On 22/06/12 21:34, Emile van Sebille wrote: On 6/22/2012 11:19 AM duncan smith said... On 22/06/12 17:42, Emile van Sebille wrote: On 6/22/2012 8:58 AM duncan smith said... Hello, I have an application that would benefit from collaborative working. Over time users construct a "data environment

Re: Jython and PYTHONSTARTUP

2012-06-22 Thread Hans Mulder
On 21/06/12 02:26:41, Steven D'Aprano wrote: > There used to be a page describing the differences between Jython and > CPython here: > > http://www.jython.org/docs/differences.html > > but it appears to have been eaten by the 404 Monster. It has been moved to: http://www.jython.org/archive/21/

Re: Pythonic cross-platform GUI desingers à la Interface Builder (Re: what gui designer is everyone using)

2012-06-22 Thread Terry Reedy
On 6/22/2012 11:53 AM, Albert van der Horst wrote: In article , Kevin Walzer wrote: On 6/11/12 8:01 AM, Wolfgang Keller wrote: Tkinter is imho honestly the very best "argument" if you want to make potential new users turn their backs away from Python for good. Just show them one GUI implement

RE: using SQLalchemy

2012-06-22 Thread Prasad, Ramit
> > We have a very chaotic database (on MySql) at the moment, with for > > I'm trying to use SQLalchemy and it looks absolutely great, but in > > general as a policy we don't use external dependencies.. > > That's a very foolish general policy, a lot of the power of python is in > the huge array o

Re: using SQLalchemy

2012-06-22 Thread Chris Withers
On 21/06/2012 11:50, andrea crotti wrote: We have a very chaotic database (on MySql) at the moment, with for I'm trying to use SQLalchemy and it looks absolutely great, but in general as a policy we don't use external dependencies.. That's a very foolish general policy, a lot of the power of py

Re: emded revision control in Python application?

2012-06-22 Thread Emile van Sebille
On 6/22/2012 11:19 AM duncan smith said... On 22/06/12 17:42, Emile van Sebille wrote: On 6/22/2012 8:58 AM duncan smith said... Hello, I have an application that would benefit from collaborative working. Over time users construct a "data environment" which is a number of files in JSON format c

Re: A question on os.path.join in POSIX systems

2012-06-22 Thread Dieter Maurer
Kushal Das writes: > There is a comment on posixpath.join saying "Ignore the previous parts > if a part is absolute." It means: "join(something, abspath) == abspath" whenever "abspath" is an absolute path. > Is this defined in the POSIX spec ? If yes, then can someone please > point me to a li

Re: emded revision control in Python application?

2012-06-22 Thread duncan smith
On 22/06/12 17:42, Emile van Sebille wrote: On 6/22/2012 8:58 AM duncan smith said... Hello, I have an application that would benefit from collaborative working. Over time users construct a "data environment" which is a number of files in JSON format contained in a few directories You don't sa

A question on os.path.join in POSIX systems

2012-06-22 Thread Kushal Das
Hi all, There is a comment on posixpath.join saying "Ignore the previous parts if a part is absolute." Is this defined in the POSIX spec ? If yes, then can someone please point me to a link where I can read about it ? Kushal -- http://fedoraproject.org http://kushaldas.in -- http://mail.python

RE: emded revision control in Python application?

2012-06-22 Thread Prasad, Ramit
>I have an application that would benefit from collaborative > working. Over time users construct a "data environment" which is a > number of files in JSON format contained in a few directories (in the > future I'll probably place these in a zip so the environment is > contained within a si

Re: emded revision control in Python application?

2012-06-22 Thread Emile van Sebille
On 6/22/2012 8:58 AM duncan smith said... Hello, I have an application that would benefit from collaborative working. Over time users construct a "data environment" which is a number of files in JSON format contained in a few directories You don't say what your target platform is, but on linux

emded revision control in Python application?

2012-06-22 Thread duncan smith
Hello, I have an application that would benefit from collaborative working. Over time users construct a "data environment" which is a number of files in JSON format contained in a few directories (in the future I'll probably place these in a zip so the environment is contained within a s

Re: Re: Pythonic cross-platform GUI desingers à la Interface Builder (Re: what gui designer is everyone using)

2012-06-22 Thread Albert van der Horst
In article , Kevin Walzer wrote: >On 6/11/12 8:01 AM, Wolfgang Keller wrote: >> Tkinter is imho honestly the very best "argument" if you want to make >> potential new users turn their backs away from Python for good. Just >> show them one GUI implemented with it and, hey, wait, where are you >> r

Re: bdist_wininst [was: Custom build of Python]

2012-06-22 Thread 周金宇
> > INFO: Can't locate Tcl/Tk libs and/or headers > install Tcl/Tk library -- http://mail.python.org/mailman/listinfo/python-list

RE: Jython and PYTHONSTARTUP

2012-06-22 Thread Prasad, Ramit
> Does Jython 2.5 honour the PYTHONSTARTUP environment variable? According > to my testing, it doesn't. > > There used to be a page describing the differences between Jython and > CPython here: > > http://www.jython.org/docs/differences.html > > but it appears to have been eaten by the 404 Monst

Re: use Python to post image to Facebook

2012-06-22 Thread davecotefilm
On Monday, 9 April 2012 20:24:54 UTC-7, CM wrote: > Shot in the dark here: has any who reads this group been successful > with getting Python to programmatically post an image to Facebook? > > I've tried using fbconsole[1] and facepy[2], both of which apparently > work fine for their authors and