From darius at obsidian.com.au Thu Mar 3 21:42:36 2011 From: darius at obsidian.com.au (Kevin Littlejohn) Date: Fri, 4 Mar 2011 07:42:36 +1100 Subject: [melbourne-pug] Job advert: tester Message-ID: Obsidian Consulting Group is looking to hire a new tester/QA/documentation person. Obsidian develops and sells it's own software and is looking for someone who can build and manage test frameworks both internally and for customer-focussed development. This job would be suitable for someone new to the software industry, however experience in either software development or testing would be preferred. Some demonstrated ability in any of the following will be looked upon highly (but is not required): Python, Linux Systems Administration, Networking (particularly routing and firewall/traffic management type devices), test suites (either self-built or off-the-shelf systems such as Selenium), general QA experience, technical documentation or user-oriented documentation. This job is an entry-to-mid level position depending on the applicant's past experience. Applications should be sent to "jobs at obsidian.com.au ". KevinL -- Kevin Littlejohn Obsidian Consulting Group ph: +613 9355 7844 skype: silarsis -------------- next part -------------- An HTML attachment was scrubbed... URL: From richardjones at optushome.com.au Fri Mar 4 11:11:26 2011 From: richardjones at optushome.com.au (Richard Jones) Date: Fri, 4 Mar 2011 21:11:26 +1100 Subject: [melbourne-pug] Melbourne Python Users Group meeting on Monday, March 7th Message-ID: Hi all, Just a reminder that the next meetup of the Melbourne Python Users Group is next Monday the 7th of March. We've got a few talks lined up, including: - Ed Schofield talking about a Python coding sprint he's planning - Tony Forster on OLPC / Sugar and where Python ties in - Me, talking about / leading discussion of the recently-released Python 3.2 Full meeting details at http://bit.ly/mpug Richard From richardjones at optushome.com.au Sat Mar 5 22:21:20 2011 From: richardjones at optushome.com.au (Richard Jones) Date: Sun, 6 Mar 2011 08:21:20 +1100 Subject: [melbourne-pug] Melbourne Python Users Group meeting on Monday, March 7th In-Reply-To: References: Message-ID: On Fri, Mar 4, 2011 at 9:11 PM, Richard Jones wrote: > Just a reminder that the next meetup of the Melbourne Python Users > Group is next Monday the 7th of March. > > We've got a few talks lined up, including: > > - Ed Schofield talking about a Python coding sprint he's planning > - Tony Forster on OLPC / Sugar and where Python ties in > - Me, talking about / leading discussion of the recently-released Python 3.2 And Graeme Cross has just thrown in an introductory talk about descriptors - thanks, Graeme! Richard From r1chardj0n3s at gmail.com Mon Mar 7 21:32:18 2011 From: r1chardj0n3s at gmail.com (Richard Jones) Date: Tue, 8 Mar 2011 07:32:18 +1100 Subject: [melbourne-pug] Melbourne job on offer Message-ID: This popped up on my radar last night: http://www.taguchimail.com/careers.html Richard From andy.larrymite at gmail.com Thu Mar 10 00:10:51 2011 From: andy.larrymite at gmail.com (Andrew Jones) Date: Thu, 10 Mar 2011 10:10:51 +1100 Subject: [melbourne-pug] After python guru Message-ID: Hi All, our development team is after a 'python gun' to help get features delivered with increased work load for a health and fitness web application (fitness2live.com.au) We're an agile team that practices scrum. Our tech stack is postgres, storm, twisted, nevow, python, nginx and Ubuntu. More details here: http://careers.mckesson.com.au/jobDetails.asp?sJobIDs=726143&stp=AW&sLanguage=en Cheers Andrew From debmidya at yahoo.com Thu Mar 10 01:53:21 2011 From: debmidya at yahoo.com (Deb Midya) Date: Wed, 9 Mar 2011 16:53:21 -0800 (PST) Subject: [melbourne-pug] How to install gensim Message-ID: <234183.36430.qm@web161413.mail.bf1.yahoo.com> Hi Python users, ? Thanks in advance. ? I am using Python 2.6 on Windows XP. ? May I request you to assist me for the following please. ? How can I install gensim? I can install packages using *.zip files. There are gensim*.egg and gensim*.tar.gz files. How can I install gensim using these files. ? Once again, thank you very much for the time you have given. ? Regards, ? Deb ? -------------- next part -------------- An HTML attachment was scrubbed... URL: From r1chardj0n3s at gmail.com Fri Mar 11 04:42:43 2011 From: r1chardj0n3s at gmail.com (Richard Jones) Date: Fri, 11 Mar 2011 14:42:43 +1100 Subject: [melbourne-pug] How to install gensim In-Reply-To: <234183.36430.qm@web161413.mail.bf1.yahoo.com> References: <234183.36430.qm@web161413.mail.bf1.yahoo.com> Message-ID: On Thu, Mar 10, 2011 at 11:53 AM, Deb Midya wrote: > How can I install gensim? Could you try using the instructions at http://nlp.fi.muni.cz/projekty/gensim/install.html and see how that goes? Replace all the "sudo easy_install" instructions on that page with just "easy_install" (ie. minus the sudo). Install that tool with the instructions at http://pypi.python.org/pypi/setuptools Richard From debmidya at yahoo.com Tue Mar 15 01:09:30 2011 From: debmidya at yahoo.com (Deb Midya) Date: Mon, 14 Mar 2011 17:09:30 -0700 (PDT) Subject: [melbourne-pug] How to install gensim In-Reply-To: Message-ID: <13767.38558.qm@web161402.mail.bf1.yahoo.com> Richard, ? Thanks for your response. ? I have done the steps you have advised. I have checked the setuptools is in python\Lib\site-packages. I have also checked the path variable and it is: G:\Python26. But I receive the following error: ? >>>easy_install --upgrade gensim ??? SyntaxError: invalid syntax >>> ? I have kept the internet on before issuing the above command, ? I have also tried: ? >>>easy_install?gensim ??? SyntaxError: invalid syntax >>> ? Once again, thank you very much for the time you have given. ? Regards, ? Deb --- On Fri, 11/3/11, Richard Jones wrote: From: Richard Jones Subject: Re: [melbourne-pug] How to install gensim To: "Melbourne Python Users Group" Cc: "Deb Midya" Received: Friday, 11 March, 2011, 2:42 PM On Thu, Mar 10, 2011 at 11:53 AM, Deb Midya wrote: > How can I install gensim? Could you try using the instructions at http://nlp.fi.muni.cz/projekty/gensim/install.html and see how that goes? Replace all the "sudo easy_install" instructions on that page with just "easy_install" (ie. minus the sudo). Install that tool with the instructions at http://pypi.python.org/pypi/setuptools ? ???Richard -------------- next part -------------- An HTML attachment was scrubbed... URL: From r1chardj0n3s at gmail.com Tue Mar 15 01:20:44 2011 From: r1chardj0n3s at gmail.com (Richard Jones) Date: Tue, 15 Mar 2011 11:20:44 +1100 Subject: [melbourne-pug] How to install gensim In-Reply-To: <13767.38558.qm@web161402.mail.bf1.yahoo.com> References: <13767.38558.qm@web161402.mail.bf1.yahoo.com> Message-ID: On Tue, Mar 15, 2011 at 11:09 AM, Deb Midya wrote: > > Richard, > > Thanks for your response. > > I have done the steps you have advised. I have checked the setuptools is in python\Lib\site-packages. I have also checked the path variable and it is: G:\Python26. > But I receive the following error: > > >>>easy_install --upgrade gensim > ??? SyntaxError: invalid syntax > >>> > > I have kept the internet on before issuing the above command, > > I have also tried: > > >>>easy_install?gensim > ??? SyntaxError: invalid syntax > >>> easy_install is a command-line program should be invoked outside of Python - ie. at the DOS prompt. On your system it will be installed in G:\Python26\Scripts so you'll either need to include that directory in your PATH or invoke it directly as G:\Python26\Scripts\easy_install There's some notes about this at: http://packages.python.org/distribute/easy_install.html#windows-notes Yes, this could be easier :-( http://blog.sadphaeton.com/2009/01/20/python-development-windows-part-2-installing-easyinstallcould-be-easier.html Richard From debmidya at yahoo.com Wed Mar 16 09:49:55 2011 From: debmidya at yahoo.com (Deb Midya) Date: Wed, 16 Mar 2011 01:49:55 -0700 (PDT) Subject: [melbourne-pug] How to install gensim In-Reply-To: Message-ID: <778174.28933.qm@web161411.mail.bf1.yahoo.com> Richard, ? Thank you very much. It works well. ? Regards, ? Deb --- On Tue, 15/3/11, Richard Jones wrote: From: Richard Jones Subject: Re: [melbourne-pug] How to install gensim To: "Deb Midya" Cc: melbourne-pug at python.org Received: Tuesday, 15 March, 2011, 11:20 AM On Tue, Mar 15, 2011 at 11:09 AM, Deb Midya wrote: > > Richard, > > Thanks for your response. > > I have done the steps you have advised. I have checked the setuptools is in python\Lib\site-packages. I have also checked the path variable and it is: G:\Python26. > But I receive the following error: > > >>>easy_install --upgrade gensim > ??? SyntaxError: invalid syntax > >>> > > I have kept the internet on before issuing the above command, > > I have also tried: > > >>>easy_install?gensim > ??? SyntaxError: invalid syntax > >>> easy_install is a command-line program should be invoked outside of Python - ie. at the DOS prompt. On your system it will be installed in G:\Python26\Scripts so you'll either need to include that directory in your PATH or invoke it directly as G:\Python26\Scripts\easy_install There's some notes about this at: ???http://packages.python.org/distribute/easy_install.html#windows-notes Yes, this could be easier :-( http://blog.sadphaeton.com/2009/01/20/python-development-windows-part-2-installing-easyinstallcould-be-easier.html ? ???Richard -------------- next part -------------- An HTML attachment was scrubbed... URL: From tleeuwenburg at gmail.com Fri Mar 18 02:44:35 2011 From: tleeuwenburg at gmail.com (Tennessee Leeuwenburg) Date: Fri, 18 Mar 2011 12:44:35 +1100 Subject: [melbourne-pug] Fwd: Python Developers Sydney - IPTV Revolution Team Leads and Senior Developers In-Reply-To: <3c7c8531-03fa-4e91-9938-0b70f6e323ec@l2g2000prg.googlegroups.com> References: <3c7c8531-03fa-4e91-9938-0b70f6e323ec@l2g2000prg.googlegroups.com> Message-ID: Thought I'd forward this here, something I saw on the Sydney Python User's Group mailing list. Could be neat... Cheers, -T ---------- Forwarded message ---------- From: Celestine Sears Date: Thu, Mar 17, 2011 at 11:02 PM Subject: Python Developers Sydney - IPTV Revolution Team Leads and Senior Developers To: sydneypython We have a number of Python roles available based in Sydney. This is a cutting edge project where you will be on the forefront of the development of IPTV in Australia. We are looking for Mid to Senior Python Developers as well as a Python Team Leader. Call me on (08) 6461 6268 or email csears at therubygroup.com.au Top salaries for top candidates. -- You received this message because you are subscribed to the Google Groups "sydneypython" group. To post to this group, send email to sydneypython at googlegroups.com. To unsubscribe from this group, send email to sydneypython+unsubscribe at googlegroups.com. For more options, visit this group at http://groups.google.com/group/sydneypython?hl=en. -- -------------------------------------------------- Tennessee Leeuwenburg http://myownhat.blogspot.com/ "Don't believe everything you think" -------------- next part -------------- An HTML attachment was scrubbed... URL: From debmidya at yahoo.com Wed Mar 30 01:26:00 2011 From: debmidya at yahoo.com (Deb Midya) Date: Tue, 29 Mar 2011 16:26:00 -0700 (PDT) Subject: [melbourne-pug] Error while installing psyco package Message-ID: <844922.54124.qm@web161414.mail.bf1.yahoo.com> Hi Python users, ? Thanks in advance. ? I am using Python 2.6 on Windows XP. ? May I request you to assist me for the following please. ? I have encountered the error below while installing psyco package. ? At the DOS prompt: ? C:\> easy_install psyco ? error: Setup Script exited with error: Unable to find vcvarsall.bat. ? Once again, thank you very much for the time you have given. ? Regards, ? Deb ? Note: Previously, I was able to install gensim by the easy_install command. ? -------------- next part -------------- An HTML attachment was scrubbed... URL: From gcross at fastmail.fm Wed Mar 30 01:41:09 2011 From: gcross at fastmail.fm (Graeme Cross) Date: Wed, 30 Mar 2011 10:41:09 +1100 Subject: [melbourne-pug] Error while installing psyco package In-Reply-To: <844922.54124.qm@web161414.mail.bf1.yahoo.com> References: <844922.54124.qm@web161414.mail.bf1.yahoo.com> Message-ID: <1301442069.18503.1435302465@webmail.messagingengine.com> On Tue, 29 Mar 2011 16:26 -0700, "Deb Midya" wrote: > ? > I am using Python 2.6 on Windows XP. > ? > May I request you to assist me for the following please. > ? > I have encountered the error below while installing psyco package. > ? > At the DOS prompt: > ? > C:\> easy_install psyco > ? > error: Setup Script exited with error: Unable to find vcvarsall.bat. > ? Hi Deb. The setup script is looking for a batch file that is supplied by a C/C++ compiler (normally Visual C++ or mingw). This is a common problem when installing some libraries on Windows platforms. See this page for more info: http://slacy.com/blog/2010/09/python-unable-to-find-vcvarsall-bat/ Regards Graeme From joshbode at gmail.com Wed Mar 30 01:43:46 2011 From: joshbode at gmail.com (Josh Bode) Date: Wed, 30 Mar 2011 10:43:46 +1100 Subject: [melbourne-pug] Error while installing psyco package In-Reply-To: <1301442069.18503.1435302465@webmail.messagingengine.com> References: <844922.54124.qm@web161414.mail.bf1.yahoo.com> <1301442069.18503.1435302465@webmail.messagingengine.com> Message-ID: Hi Deb, Alternatively, you could try using the MinGW32 compiler, as suggested in the following post: http://blog.eddsn.com/2010/05/unable-to-find-vcvarsall-bat/ Cheers, Josh On Wed, Mar 30, 2011 at 10:41 AM, Graeme Cross wrote: > On Tue, 29 Mar 2011 16:26 -0700, "Deb Midya" wrote: > > > > I am using Python 2.6 on Windows XP. > > > > May I request you to assist me for the following please. > > > > I have encountered the error below while installing psyco package. > > > > At the DOS prompt: > > > > C:\> easy_install psyco > > > > error: Setup Script exited with error: Unable to find vcvarsall.bat. > > > > Hi Deb. > > The setup script is looking for a batch file that is supplied by a C/C++ > compiler (normally Visual C++ or mingw). > > This is a common problem when installing some libraries on Windows > platforms. > > See this page for more info: > > http://slacy.com/blog/2010/09/python-unable-to-find-vcvarsall-bat/ > > Regards > Graeme > _______________________________________________ > melbourne-pug mailing list > melbourne-pug at python.org > http://mail.python.org/mailman/listinfo/melbourne-pug > -------------- next part -------------- An HTML attachment was scrubbed... URL: From richardjones at optushome.com.au Thu Mar 31 01:24:38 2011 From: richardjones at optushome.com.au (Richard Jones) Date: Thu, 31 Mar 2011 10:24:38 +1100 Subject: [melbourne-pug] Next Melbourne PUG meeting 6pm Monday 4th of April @ RMIT Message-ID: Hi all, Sorry for the late post this week. The next meeting is next Monday, the 4th of April at RMIT. The room has changed! After the double-booking last week we've been moved to 12.07.02 (building 12, level 7, room 2). Tennessee's going to talk to us about an approach to benchmarking that he's been working on. If you have some experience with benchmarking or profiling Python code, perhaps you have something you can share? I'm going to talk about PyWeek number 12, which starts this coming Sunday morning :-) Full meeting info at http://j.mp/mpug Richard From j.lee.nielsen at gmail.com Thu Mar 31 01:58:38 2011 From: j.lee.nielsen at gmail.com (Jason) Date: Thu, 31 Mar 2011 10:58:38 +1100 Subject: [melbourne-pug] Next Melbourne PUG meeting 6pm Monday 4th of April @ RMIT In-Reply-To: References: Message-ID: I cant make it to meetings (Im Canberra based) but the benchmarking/profiling stuff looks really interesting. Hopefully you can put a summary of the talk or some details up on a page somewhere afterwards? Jason On Thu, 31 Mar 2011 10:24:38 +1100, Richard Jones wrote: > Hi all, > > Sorry for the late post this week. The next meeting is next Monday, > the 4th of April at RMIT. > > The room has changed! After the double-booking last week we've been > moved to 12.07.02 (building 12, level 7, room 2). > > Tennessee's going to talk to us about an approach to benchmarking that > he's been working on. > > If you have some experience with benchmarking or profiling Python > code, perhaps you have something you can share? > > I'm going to talk about PyWeek number 12, which starts this coming > Sunday morning :-) > > Full meeting info at http://j.mp/mpug > > > Richard > _______________________________________________ > melbourne-pug mailing list > melbourne-pug at python.org > http://mail.python.org/mailman/listinfo/melbourne-pug