Re: [BangPypers] import module error

2009-11-16 Thread S.Ramaswamy
>>> import dbf > Traceback (most recent call last): > File "", line 1, in > ImportError: No module named dbf > >>> from dbf import * > Traceback (most recent call last): > File "", line 1, in > ImportError: No module named dbf > >>> > > The example on the project page http://dbfpy.sourceforge.n

Re: [BangPypers] import module error

2009-11-16 Thread Anand Balachandran Pillai
On Mon, Nov 16, 2009 at 8:23 PM, Ranganath s wrote: > Hi all, > > i downloaded the dbf module and installed the module using the > command "python setup.py install". It was successful. After that i can > see > dbf.py in the following path > /usr/local/lib/python2.6/dist-packages/dbfpy/dbf

Re: [BangPypers] BangPypers monthly meetup.

2009-11-16 Thread Vishal
Hi, For all those who cannot attend, is it possible to do a screencast for any demos etc, or post ppt/impress slides somewhere? Unfortunately, not all interested souls would have the chance to attend this important talk. Any help on this would be highly appreciated. Thanks and best regards, Vis

[BangPypers] [X-Post] How about organizing Hyderabad Python Meetings??

2009-11-16 Thread Srinivas Reddy Thatiparthy
Hello all, Since Bangpypers and ChennaiPy users are organizing weekend/monthly meetings ,It would be nice to organize the same for Hyderabad people also. So Hyderabadis who are in BangPypers and ChennaiPy lists please stand up!!! We can talk something about it. Regards, Srinivas R

[BangPypers] chennaipy meetings

2009-11-16 Thread Kenneth Gonsalves
hi, for those of you who are in Chennai, or likely to visit Chennai, you would be pleased to know that chennaipy meets more or less regularly on the 4th saturday of every month. The notice of meeting is usually somewhere here: http://groups.google.com/group/chennaipy/web/meeting-on-28th-novembe

Re: [BangPypers] import module error

2009-11-16 Thread Dhananjay Nene
This is likely to help http://dbfpy.sourceforge.net/ Note the import statements change based on the version On Mon, Nov 16, 2009 at 8:23 PM, Ranganath s wrote: > Hi all, > > i downloaded the dbf module and installed the module using the > command "python setup.py install". It was succe

[BangPypers] import module error

2009-11-16 Thread Ranganath s
Hi all, i downloaded the dbf module and installed the module using the command "python setup.py install". It was successful. After that i can see dbf.py in the following path /usr/local/lib/python2.6/dist-packages/dbfpy/dbf.py /usr/local/lib/python2.6/dist-packages/dbfpy/dbf.pyc But whe

Re: [BangPypers] An interesting REST library

2009-11-16 Thread Mahadevan R
On Mon, Nov 16, 2009 at 2:28 PM, Darkseid wrote: > Hey all, > > I'm posting this here since I figure that y'all would be interested in REST > on any dynlang. This is a Ruby library, but it looks like its been done > right. > http://github.com/caelum/restfulie > > Thoughts? Piston [1] does somethi

Re: [BangPypers] BangPypers monthly meetup.

2009-11-16 Thread Noufal Ibrahim
So I guess it's settled then. Time : 4:00 pm Date : 22 Nov 2009 Venue : Thought Works, Diamond District. Highlights : Mahadevan's talk on python bindings for llvm Is this okay? P.S. If any of the people attending have the conference recordings, please bring them. Thanks. -- ~noufal http://ni

Re: [BangPypers] Drupal vs. Django

2009-11-16 Thread Noufal Ibrahim
On Mon, Nov 16, 2009 at 2:50 PM, Anand Balachandran Pillai wrote: > On Mon, Nov 16, 2009 at 12:42 PM, Ramdas S wrote: > >> On Mon, Nov 16, 2009 at 12:34 PM, Noufal Ibrahim wrote: >> >> > We had a thread a while ago inspired by the fossee.in site. I came >> > across this http://birdhouse.org/blog

Re: [BangPypers] Drupal vs. Django

2009-11-16 Thread Anand Balachandran Pillai
On Mon, Nov 16, 2009 at 2:50 PM, Anand Balachandran Pillai < abpil...@gmail.com> wrote: > > > On Mon, Nov 16, 2009 at 12:42 PM, Ramdas S wrote: > >> On Mon, Nov 16, 2009 at 12:34 PM, Noufal Ibrahim >> wrote: >> >> > We had a thread a while ago inspired by the fossee.in site. I came >> > across t

Re: [BangPypers] Drupal vs. Django

2009-11-16 Thread Anand Balachandran Pillai
On Mon, Nov 16, 2009 at 12:42 PM, Ramdas S wrote: > On Mon, Nov 16, 2009 at 12:34 PM, Noufal Ibrahim wrote: > > > We had a thread a while ago inspired by the fossee.in site. I came > > across this http://birdhouse.org/blog/2009/11/11/drupal-or-django/ > > which is relevant to the issue and which

[BangPypers] An interesting REST library

2009-11-16 Thread Darkseid
Hey all, I'm posting this here since I figure that y'all would be interested in REST on any dynlang. This is a Ruby library, but it looks like its been done right. http://github.com/caelum/restfulie Thoughts? Best, Sidu. ___ BangPypers mailing list

Re: [BangPypers] Best Python IDE with compiler

2009-11-16 Thread Vishal
When you are on Windows...I would suggest everyone to consider PyScripter as well. Its got almost everything and is a standalone thing about 5MB in size. Vishal On Fri, Nov 13, 2009 at 11:46 PM, Noufal Ibrahim wrote: > On Fri, Nov 13, 2009 at 8:19 PM, Abhishek Mishra > wrote: > [..] > > I have