Re: pylagiarism -- Need help now! Please provide code...

2012-08-14 Thread Simon Cropper
On 14/08/12 18:19, Peter Otten wrote: Simon Cropper wrote: Hi Everyone, I just had a great idea for a new python module. I haven't bothered googling it or doing any research. I need help putting together some code; today preferably, my boss is on my back. Can someone please contrib

pylagiarism -- Need help now! Please provide code...

2012-08-13 Thread Simon Cropper
Hi Everyone, I just had a great idea for a new python module. I haven't bothered googling it or doing any research. I need help putting together some code; today preferably, my boss is on my back. Can someone please contribute a functioning module showing me how to do it? Once I have all y

Re: how to call perl script from html using python

2012-08-13 Thread Simon Cropper
Simon Simon Cropper - Open Content Creator Free and Open Source Software Workflow Guides Introduction http://www.fossworkflowguides.com GIS Packages http://www.fossworkflowguides.com/gis bash / P

Re: how to call perl script from html using python

2012-08-13 Thread Simon Cropper
On 14/08/12 15:12, mullaper...@gmail.com wrote: Hi, I wanna call perl script in HTML form n store that data in DB using Python. How can i do this...?? Please help me Thank you Pervez Google you question. Many solutions already exist on the Internet. -- Cheers Simon Simon Cropper

Geneology Packages -- WAS: Looking for a good introduction to object oriented programming with Python

2012-08-08 Thread Simon Cropper
known---)" #3145 ) Since we have graduated to a completely different topic I have renamed the thread. If people are interested in a totally python-based open source FREE (as in no $$) package that can do all the above try gramps...

Re: [ANN] New paper published (Volume 7 of The Python Papers) - High-Speed Data Shredding using Python

2012-07-30 Thread Simon Cropper
the application have a project page? -- Cheers Simon Simon Cropper - Open Content Creator Free and Open Source Software Workflow Guides Introduction http://www.fossworkflowguides.com GIS Packages

Re: ANN: dbf.py 0.94.003

2012-07-26 Thread Simon Cropper
ds as well as a large number of fields? -- Cheers Simon Simon Cropper - Open Content Creator Free and Open Source Software Workflow Guides Introduction http://www.fossworkflowguides.com GIS Packages

PyPy, is it a 1:1 replacement for CPython?

2012-07-20 Thread Simon Cropper
are they subtle different from normal code that would make the program incompatible with the normal compiler? -- Cheers Simon Simon Cropper - Open Content Creator Free and Open Source Software Workflow Guides Introduction

Re: ANN: dbf.py 0.94

2012-07-20 Thread Simon Cropper
Simon Simon Cropper - Open Content Creator Free and Open Source Software Workflow Guides Introduction http://www.fossworkflowguides.com GIS Packages http://www.fossworkflowguides.com/gis bash

Re: Finding duplicate file names and modifying them based on elements of the path

2012-07-18 Thread Simon Cropper
ally it will be easier for others later to work out what you have done. -- Cheers Simon Simon Cropper - Open Content Creator Free and Open Source Software Workflow Guides Introduction http://www.fosswor

Re: my email

2012-07-17 Thread Simon Cropper
now that you have told the world what it is. -- Cheers Simon Simon Cropper - Open Content Creator Free and Open Source Software Workflow Guides Introduction http://www.fossworkflowguides.com GIS Packa

Re: ANN: PollyReports 1.5 -- Band-oriented PDF Report Generator

2012-07-11 Thread Simon Cropper
"will this be a problem if I use this in my work?" How compatible is your license with the main software licenses currently available? -- Cheers Simon Simon Cropper - Open Content Creator Free and Open Source Software Workflow Guides --

Re: Apology for OT posts

2012-07-05 Thread Simon Cropper
On 06/07/12 12:06, John O'Hagan wrote: On Tue, 03 Jul 2012 23:39:20 -0600 "Littlefield, Tyler" wrote: On 7/3/2012 10:55 PM, Simon Cropper wrote: Some questions to Tyler Littlefield, who started this thread. Q1 -- Did you get any constructive feedback on your code? I did ge

Re: code review

2012-07-03 Thread Simon Cropper
On 04/07/12 13:53, Chris Angelico wrote: On Wed, Jul 4, 2012 at 12:57 PM, wrote: Well, if you waited until you had the password (however long) in a variable before you applied your maximum limits, the DoS ship has probably sailed already. Only because data transfer is usually more expensiv

Re: ANN: eGenix PyRun - One file Python Runtime 1.0.0

2012-07-02 Thread Simon Cropper
that indicates what standard libraries have been included? How can someone tell whether they would need to distribute or include any additional modules to get a script to work? -- Cheers Simon Simon Cropper - Open Content Creator / Website Administrator Free and Open Source Software

wxpython using variable with wx.statictext ignores \n

2012-06-01 Thread Simon Cropper
d when I actually used a string? ...in bash you would do "$question_text". Is there comparable macro substitution in python. -- Cheers Simon Simon Cropper - Open Content Creator / Website Administrator Free and Open Source Software Workflow Guides --

Re: GUI toolkits and dynamic table browser widget

2012-05-21 Thread Simon Cropper
tarting from scratch using a maintained library/toolkit, rather than creating a hybrid system with a unmaintained project (that is unless you want to fork the project). -- Cheers Simon Simon Cropper - Open Content Creator / Website Administrator Free and Open Source Soft

Re: GUI toolkits and dynamic table browser widget

2012-05-18 Thread Simon Cropper
On 19/05/12 01:09, Dennis Lee Bieber wrote: On Fri, 18 May 2012 10:52:07 +1000, Simon Cropper declaimed the following in gmane.comp.python.general: Hi, There has been some discussion on this list regarding GUI toolkits and it reinvigorated my search for one to meet my needs. I would like

Re: GUI toolkits and dynamic table browser widget

2012-05-17 Thread Simon Cropper
On 18/05/12 14:00, Vincent Vande Vyvre wrote: On 18/05/12 02:52, Simon Cropper wrote: Hi, There has been some discussion on this list regarding GUI toolkits and it reinvigorated my search for one to meet my needs. I would like to create windows with grids (AKA rows and column of a table like

GUI toolkits and dynamic table browser widget

2012-05-17 Thread Simon Cropper
croll through that data and preferably allow edits to occur. These edits could then be passed back via a string to the program for inclusion in a sql-update command. Any ideas? -- Cheers Simon Simon Cropper - Open Content Creator / Website Administrator Free and Open Source Software Wor

Re: Looking for Python script for Vector Map simplification, preserving shape and topology

2012-05-17 Thread Simon Cropper
sort of vector file? What do you mean by simplify? etc. Of course, most likely most people python-gis bent would say check out the GDAL libraries -- http://pypi.python.org/pypi/GDAL/ -- Cheers Simon Simon Cropper - Open Content Creator / Website Administrator Free and Open Source Software

Re: Where is the most recent Tkinter information

2012-05-16 Thread Simon Cropper
/python_gui_programming.htm http://infohost.nmt.edu/tcc/help/pubs/tkinter/ http://www.tkdocs.com/tutorial/index.html http://www.ibm.com/developerworks/linux/library/l-tkprg/ -- Cheers Simon Simon Cropper - Open Content Creator / Website Administrator Free and Open Source Software Workflow Guides

Re: Newby Python Programming Question

2012-05-14 Thread Simon Cropper
n Editor (http://pythonide.stani.be/). It and the bundled packages work really well. I note it works on Windows, Mac and Linux. -- Cheers Simon Simon Cropper - Open Content Creator / Website Administrator Free and Open Source Software Workflow Guides --

Re: inquery

2012-04-18 Thread Simon Cropper
free and open source tools that can do this work -- e.g. GRASS, gvSIG, QGIS. All you need to do is convert the ArcMap file to something that can be used by ArcView or by one of these tools (e.g. shapefile). -- Cheers Simon Simon Cropper - Open Content Creator / Website Administrator Fre

Re: Create an index from a webpage [RANT, DNFTT]

2011-09-08 Thread Simon Cropper
On 09/09/11 12:59, Chris Angelico wrote: On Fri, Sep 9, 2011 at 12:43 PM, Simon Cropper wrote: At present I am definitely getting the impression that my assumption that something like this' must out there', is wrong. I have found a XML-Sitemaps Generator at http://www.xml-sitemaps

Re: Create an index from a webpage [RANT, DNFTT]

2011-09-08 Thread Simon Cropper
d when the python script is run. I am now considering how I might address this requirement. If I create a python script I will post it on PyPI. As with all my work it will be released under the GPLv3 licence. Thanks for your help. -- Cheers Simon Simon Cropper - Open Content Creator /

Re: Create an index from a webpage [RANT, DNFTT]

2011-09-08 Thread Simon Cropper
On 09/09/11 10:32, Rhodri James wrote: On Fri, 09 Sep 2011 00:40:42 +0100, Simon Cropper Ahem. You should expect a certain amount of ribbing after admitting that your Google-fu is weak. So is mine, but hey. I did not admit anything. I consider my ability to find this quite good actually

Re: Create an index from a webpage [RANT, DNFTT]

2011-09-08 Thread Simon Cropper
he pages in that website (recursive list of internal links to HTML documents; ignore images, etc.). In subsequent notes to Thomas 'PointedEars'... I pointed to an example of the desired output here http://lxml.de/sitemap.html -- Cheers Simon Simon Cropper - Open Content Creator / We

Create an index from a webpage

2011-09-08 Thread Simon Cropper
essentially a contents page or sitemap for the site. Interestingly, despite trying quite a few keyword combinations, I was unable to find such a script. Anyone have any ideas? -- Cheers Simon Simon Cropper - Open Content Creator / Website Administrator Free and Open Source Software

Re: Hello, and request for help with 'dynamic grids'

2011-09-05 Thread Simon Cropper
On 06/09/11 00:40, alex23 wrote: On Sep 5, 3:18 pm, Simon Cropper wrote: My investigations have generally found that windows/forms/data entry screen can be created for a specific table or view, but these are hard-wired during development. Is there anyway of rapidly defining the grid during

Re: Hello, and request for help with 'dynamic grids'

2011-09-05 Thread Simon Cropper
tablished relational databases not unknown ones. -- Cheers Simon Simon Cropper - Open Content Creator / Website Administrator Free and Open Source Software Workflow Guides Introduction http://www.fossworkflowguides

Re: Hello, and request for help with 'dynamic grids'

2011-09-05 Thread Simon Cropper
DBC links to a SQLite database, but the driver is an un-maintained draft). I also believe that the 'base' component in libreoffice/openoffice is a java implementation not python. -- Cheers Simon Simon Cropper - Open Content Creator / Website Administrator

Re: Hello, and request for help with 'dynamic grids'

2011-09-05 Thread Simon Cropper
On 05/09/11 17:19, Steven D'Aprano wrote: On Mon, 5 Sep 2011 03:18 pm Simon Cropper wrote: I am looking for the ability to create dynamic grids in a window but can't for the life of me find how to do this. What GUI toolkit are you using? I have looked at wxGlade, Boa C

Hello, and request for help with 'dynamic grids'

2011-09-04 Thread Simon Cropper
id during runtime so any table can be viewed? -- Cheers Simon Simon Cropper - Open Content Creator / Website Administrator Free and Open Source Software Workflow Guides Introduction http://www.fossworkf