When i wrote a program, i tried to open it but it struggles to open.
--
https://mail.python.org/mailman/listinfo/python-list
x27;re aiming for (Teradatas Explain_Plan) - http://pastebin.com/Nm4g12B3
Regards,
Luke Charlton
Technical Consultant
[cid:4BEA1319-4F97-4ED8-96FE-1A3EDF7DEC22]
lcharl...@vldbsolutions.com<mailto:lcharl...@vldbsolutions.com>
Mobile : +44 (0) 773 431 3140
--
https://mail.python.org/mailman/listinfo/python-list
space and monitor resolution.
>
> I have searched the Python forums and website, but I was unable to find
> these requirements.
>
> Could you please send me a copy of these requirements for use in my
> coursework?
>
> Thank you for your response in advance,
>
>
I am in school and there is a problem with my code:
When I try to run my code in the python code in the python shell it waits
about 10 seconds then shows an error that says “IDLE’s subprocess didn’t
make connection. Either IDLE can’t start a subprocess or personal firewall
software is blocking t
Thanks Chris / Mr. Angelico / whatever you prefer. I attempted to post a reply
to you before but it could not be viewed even after refreshing several times.
You've been helpful.
--
https://mail.python.org/mailman/listinfo/python-list
On Monday, January 19, 2015 at 4:21:58 PM UTC-8, Chris Angelico wrote:
> On Tue, Jan 20, 2015 at 11:12 AM, Luke Tomaneng wrote:
> > def compute_bill(food):
> > total = 0
> > for item in food:
> > if stock[item] > 0:
> > total += pri
Has anyone noticed these? There have been about three of them recently and they
don't seem to have anything to do with Python at all. Does anyone know if there
is a good reason they are here?
--
https://mail.python.org/mailman/listinfo/python-list
I have been having a bit of trouble with the things mentioned in the title. I
have written the following script for a Codecademy course:
stock = {
"banana": 6,
"apple": 0,
"orange": 32,
"pear": 15
}
prices = {
"banana": 4,
"apple": 2,
"orange": 1.5,
"pear": 3
}
Hello to all those in this forum,
My code seems to have a mind of its own. I have been writing a program to
reenact the "Twenny Wun" Vine video, and it seems to be activating functions
without me calling them. Here is the script:
def kid():
print "Cameraman: You stupid."
kid1 = raw_
On Sunday, December 14, 2014 9:27:14 AM UTC-8, Chris Warrick wrote:
> On Sun, Dec 14, 2014 at 6:16 PM, Luke Tomaneng wrote:
> > Here a very small program that I wrote for Codecademy. When I finished,
> > Codecademy acted like it was correct, but testing of this code revealed
On Sunday, December 14, 2014 9:24:54 AM UTC-8, Luke Tomaneng wrote:
> On Friday, December 12, 2014 4:40:01 AM UTC-8, Delgado Motto wrote:
> > I travel alot, if not just interested in things of pocketable portability,
> > and was curious if you can tell me if Python can be LEARNE
ed Codecademy at the end just in case you need to review some basic
syntax, but I'm not sure if you'll need it.
Luke Tomaneng
--
https://mail.python.org/mailman/listinfo/python-list
Here a very small program that I wrote for Codecademy. When I finished,
Codecademy acted like it was correct, but testing of this code revealed
otherwise.
--
print 'Welcome to the Pig Latin Translator!'
# Start coding here!
raw_input("Enter a word:
Op zaterdag 15 februari 2014 18:42:51 UTC+1 schreef Luke Geelen:
> Op zaterdag 15 februari 2014 18:23:20 UTC+1 schreef Ian:
>
> > On Sat, Feb 15, 2014 at 10:17 AM, Luke Geelen wrote:
>
> >
>
> > > If i do set form thing in my script i get
>
> >
>
Op zaterdag 15 februari 2014 18:23:20 UTC+1 schreef Ian:
> On Sat, Feb 15, 2014 at 10:17 AM, Luke Geelen wrote:
>
> > If i do set form thing in my script i get
>
> > Invalide syntax pointing at the last word of the form rule
>
>
>
> Please copy and paste the
If i do set form thing in my script i get
Invalide syntax pointing at the last word of the form rule
--
https://mail.python.org/mailman/listinfo/python-list
Op zaterdag 15 februari 2014 11:04:17 UTC+1 schreef Frank Millman:
> "Luke Geelen" wrote in message
>
> news:ec88852e-1384-4aa5-834b-85135be94...@googlegroups.com...
>
> > Op zaterdag 15 februari 2014 10:18:36 UTC+1 schreef Luke Geelen:
>
> > hello,
&
hello,
i have been working on a python resistor calculator to let my class show what
you can do with python.
now i have a script that makes the more speekable value of the resistance (res)
#if len(str(res)) > 9:
# res2 = res / 10
# print "de weerstand is %s,%s giga ohms" % (res2)
#elif
Op zaterdag 15 februari 2014 10:18:36 UTC+1 schreef Luke Geelen:
> hello,
>
> i have been working on a python resistor calculator to let my class show what
> you can do with python.
>
> now i have a script that makes the more speekable value of the resistance
> (res)
>
Op woensdag 12 februari 2014 17:10:36 UTC+1 schreef Alain Ketterlin:
> luke.gee...@gmail.com writes:
>
>
>
> > Can I make it that if
>
> > C = int(sys.argv[3])
>
> > But when I only enter 2 argumentvariable it sets c automaticly to 0 or 1
>
>
>
> C = int(sys.argv[3]) if len(sys.argv) > 3 e
Op woensdag 12 februari 2014 06:23:14 UTC+1 schreef Dave Angel:
> luke.gee...@gmail.com Wrote in message:
>
> > Can I make it that if
>
> > C = int(sys.argv[3])
>
> > But when I only enter 2 argumentvariable it sets c automaticly to 0 or 1
>
> >
>
>
>
> Why do you ask for 'automatically'?
Can I make it that if
C = int(sys.argv[3])
But when I only enter 2 argumentvariable it sets c automaticly to 0 or 1
--
https://mail.python.org/mailman/listinfo/python-list
Would it be possible to make an
int(sys.argv[1])
Not needed and set value 0 ( or in another script 1)
For example
a = int(sys.argv[1])
b = int(sys.argv[2])
c = int(sys.argv[3])
And I run
Python ./script.py 2 3
It just set c automaticly to 0 or 1
Luke
(PS thanks for the quick help)
--
https
hey, i got another problem now,
if i use the imterpreter to do 3 * 4 it gives twelve
the script gives ?
any tips
--
https://mail.python.org/mailman/listinfo/python-list
Op dinsdag 11 februari 2014 20:28:44 UTC+1 schreef Tim Chase:
> On 2014-02-11 11:06, luke.gee...@gmail.com wrote:
>
> > > > > command1 = "sudo mpg321
>
> > >
>
> > > >
>
> > >
>
> > > > >
> > > > > 'http://translate.google.com/translate_tts?tl=en&q=%s_times%s_equals%s'"
> > >
Op dinsdag 11 februari 2014 20:01:05 UTC+1 schreef luke@gmail.com:
> Op dinsdag 11 februari 2014 19:51:40 UTC+1 schreef Peter Otten:
>
> > luke.gee...@gmail.com wrote:
>
> >
>
> >
>
> >
>
> > > well i'm trying something else but
Op dinsdag 11 februari 2014 19:51:40 UTC+1 schreef Peter Otten:
> luke.gee...@gmail.com wrote:
>
>
>
> > well i'm trying something else but no luck :
>
> >
>
> > #!bin/bash/python
>
>
>
> Hm.
>
>
>
> > import sys
>
> > import os
>
>
>
> For debugging purposes put the line
>
>
>
>
Op dinsdag 11 februari 2014 19:55:59 UTC+1 schreef Gary Herron:
> On 02/11/2014 10:37 AM, luke.gee...@gmail.com wrote:
>
> > well i'm trying something else but no luck :
>
> >
>
> > #!bin/bash/python
>
> > import sys
>
> > import os
>
> > a = int(sys.argv[1])
>
> > sign = (sys.argv[2])
>
>
well i'm trying something else but no luck :
#!bin/bash/python
import sys
import os
a = int(sys.argv[1])
sign = (sys.argv[2])
b = int(sys.argv[3])
if sign == '+':
sum = a + b
print a, sign, b, "=", a + b
command1 = "sudo mpg321
'http://translate.google.com/translate_tts?tl=en&q=%s_plus%s_
when expandig the script to multiple calcs i got a problem
>>> a = 32
>>> c = 51
>>> sign = *
File "", line 1
sign = *
^
SyntaxError: invalid syntax
is there a way of adding * without quoting marks, because if you do it just
soms the arguments
--
https://mail.python.org/mailman/l
Thanks a lot
--
https://mail.python.org/mailman/listinfo/python-list
um of 21 and 41 ?
luke
--
https://mail.python.org/mailman/listinfo/python-list
... i'm reeally really sorry about this, but it suddenly dawned on me
that, under UK law, a breach of the UK's data protection act has
occurred, and that the people responsible for setting up the hijacked
services have committed a criminal offense under UK law.
ordinarily, a free software mailing
i have an apology to make to the python community. about 3 or 4
months ago a number of the pyjamas users became unhappy that i was
sticking to software (libre) principles on the pyjamas project. they
saw the long-term policy that i had set, of developing python-based
pyjamas-based infrastructure
hi folks, got a small favour to ask of the python community - or, more
specifically, i feel compelled to alert the python community to "a
need" with which you may be able to help: we're due for another
release, and it's becoming an increasingly-large task.
given the number of examples requiring te
On Thu, Apr 19, 2012 at 1:21 PM, Alek Storm wrote:
> On Thu, Apr 19, 2012 at 7:12 AM, lkcl luke wrote:
>>
>> On Thu, Apr 19, 2012 at 12:20 PM, Alek Storm wrote:
>> > Why not use list comprehension syntax?
>>
>> because it's less characters to type, and
On Thu, Apr 19, 2012 at 12:20 PM, Alek Storm wrote:
> On Wed, Apr 18, 2012 at 11:21 PM, lkcl wrote:
>>
>> On Apr 11, 9:11 pm, biofob...@gmail.com wrote:
>>
>> > I am new to python and only have read the Byte of Python ebook, but want
>> > to move to the web. I am tired of being a CMS tweaker and
http://pypi.python.org/pypi/Pyjamas-GitWeb/0.1
Pyjamas-Gitweb is a pure python git repository browser, comprising an
independent JSONRPC back-end service written in 130 lines that can be
used by any JSONRPC client (a python command-line example is
included), and a front-end python (pyjamas) writte
This is the 0.8.1~+alpha1 release of Pyjamas. Pyjamas comprises several
projects, one of which is a stand-alone python-to-javascript compiler; other
projects include a Graphical Widget Toolkit, such that pyjamas applications
can run either in web browsers as pure javascript (with no plugins requir
[i'm bcc'ing this to python-list because it's something that is
generic to python, not pyjamas]
On Tue, Jun 7, 2011 at 4:38 PM, Alexander Tsepkov wrote:
> I'm working on a python-based side project where I want to be able to
> generate multiple variations of the program and I really like the way
in preparation for a 0.8 release of pyjamas, a bit of work has been
done on pythonwebkit (http://www.gnu.org/software/pythonwebkit) that
makes it easier to compile and install.
pythonwebkit provides full and complete (see caveats below!) bindings
to web browser functionality... in python. what yo
On Wed, May 4, 2011 at 3:06 PM, Luke Kenneth Casson Leighton
wrote:
> after a long delay the pyjamas project - http://pyjs.org - has begun the
> 0.8 series of releases, beginning with alpha1:
>
> https://sourceforge.net/projects/pyjamas/files/pyjamas/0.8/
>
> pyjamas is a
after a long delay the pyjamas project - http://pyjs.org - has begun the
0.8 series of releases, beginning with alpha1:
https://sourceforge.net/projects/pyjamas/files/pyjamas/0.8/
pyjamas is a suite of projects, including a python-to-javascript
compiler with two modes of operation (roughly classi
WebkitDFB is an experimental port to allow the webkit web browser
engine to use DirectFB (http://directfb.org). It is lightning-quick
to start up (no large widget set to load), yet has the potential to
provide full HTML5 functionality. The PythonWebkit project,
http://www.gnu.org/software/pythonw
just off the top of my head...
NASA uses it. Lots of games use Python as their game logic/scripting
language (how many use PHP? probably approaching 0. LUA is more
popular than Python but Python is much more popular than PHP). The
first ever bittorrent client (the official one) was written in P
On Tue, Aug 3, 2010 at 6:15 PM, S.Selvam wrote:
> I have a case where my application needs to run as a standalone application
> and also allow web based access.
> What could the best python framework to implement it.
well, the total number of options available is about err... one,
possibly two.
i've been kindly sponsored by http://www.samurai.com.br to create
direct python bindings to webkit's DOM:
http://www.gnu.org/software/pythonwebkit/
the significance of this project is that it makes python a peer of
javascript when it comes to manipulating HTML through DOM functions
(including gain
http://gitorious.org/python-libbittorrent/pybtlib
this is to let people know that a first milestone has been reached in
an experiment to combine git with a file-sharing protocol, thus making
it possible to use git for truly distributed software development and
other file-revision-management operat
an HL7 v2 importer was written by john paulett, and it has been
enhanced to support some of the HL7 v3 standard, which is XML-based.
no dependencies are required: xml.sax is used so as to reduce the
dependencies to purely python.
additionally, as HL7 has versions/revisions, published data
specific
On Tue, Jul 13, 2010 at 1:30 AM, Tim Wintle wrote:
> On Mon, 2010-07-12 at 23:28 +0000, Luke Kenneth Casson Leighton wrote:
>> On Mon, Jul 12, 2010 at 10:13 PM, geremy condra wrote:
>> > On Mon, Jul 12, 2010 at 4:59 PM, lkcl wrote:
>> >> there probably exist perf
On Mon, Jul 12, 2010 at 10:13 PM, geremy condra wrote:
> On Mon, Jul 12, 2010 at 4:59 PM, lkcl wrote:
>> for several reasons, i'm doing a cooperative multi-tasking HTTP
>> server:
>> git clone git://pyjs.org/git/multitaskhttpd.git
>>
>> there probably exist perfectly good web frameworks that are
source at:
http://github.com/lkcl/grailbrowser
$ python grail.py (note the lack of "python1.5" or "python2.4")
conversion of the 80 or so regex's to re has been carried out.
entirely successfully or not is a matter yet to be determined. always
a hoot to try browsing http://www.bbc.co.uk or http:
as more than just a proof-of-concept but to get pyjamas out of looking
like "a nice toy, doesn't do much, great demos, shame about real
life", i've created yet another git repository browser. this one,
thanks to pyjamas, obviously runs as both a desktop application and
also as a web application -
pyjamas - the stand-alone python-to-javascript compiler, and separate
GUI Widget Toolkit, has its 0.7 release, today. this has been much
delayed, in order to allow the community plenty of time between the
0.7pre2 release and the final release, to review and test all the
examples.
pyjamas allows d
Current Release: 0.7~pre1
---
This is a 0.7 prerelease of Pyjamas, to invite users to help test the
latest version. The latest svn is regularly but informally tested
against the regression tests and the examples, and used in production,
but not extensively tested against all known bro
Pyjamas 0.6 is finally out: many thanks to everyone who has
contributed. Special thanks to Kees Bos; Bernd, Bernd and Jurgen from
LovelySystems.com; the people who showed an interest in Pyjamas at
EuroPython 2009; and especially to everyone who has helped during the
pre-releases, with testing and
much as we'd very much like to declare a 0.6 stable release, really
really soon and move forward, the ChangeLog just keeps growing (133
and counting) with the bugfixes, testing and contributions since
0.5p1.
pyjamas is a port of GWT to python, and includes a
python-to-javascript compiler and a wid
http://pyjs.org
this is a pre-release announcement, 0.6pre2, of the pyjamas widget set
and python-to-javascript compiler. there are over 110 entries in the
CHANGELOG since the last stable release, 0.5p1, and so it was deemed
sensible to invite people to test this version before its next stable
re
http://pyjs.org - Pyjamas is a port of GWT to Python that can run
applications both on the Desktop (like python-gtk2) and in all
major Web Browsers (as javascript).
This is an alpha release - 0.6pre1 - of the Pyjamas Web Widget Set.
It is a significant upgrade, incorporating Pyjamas Desktop which
Pyjamas 0.5p1 - http://pyjs.org - is a bug-fix release.
Pyjamas is a Web Widget Framework, written in python, that is compiled
to javascript using its stand-alone python-to-javascript compiler. It
began as a port of GWT, to python.
Many of the issues faced by web developers - javascript and CSS
This is the release of Pyjamas 0.5, a python-to-javascript
compiler with an AJAX Web Widget set, for creating python
desktop-like applications that run in all major web browsers.
http://pyjs.org
Pyjamas is NOT "another AJAX framework" where the
widgets are predefined, fixed and inflexible. Thank
want, if I wanted everyone else to do my work for me I'd be a
management consultant !
On Fri, Feb 20, 2009 at 3:52 PM, Luke Dunn wrote:
> I am teaching myself coding. No university or school, so i guess its
> homework if you like. i am interested in algorithms generally, after doing
&
I am teaching myself coding. No university or school, so i guess its
homework if you like. i am interested in algorithms generally, after doing
some of Project Euler. Of course my own learning process is best served by
just getting on with it but sometimes you will do that while other times you
mig
Thanks, Its working smoothly now
--
http://mail.python.org/mailman/listinfo/python-list
Hello, I'm an inexperienced programmer and I'm trying to make a
Tkinter window and have so far been unsuccessful in being able to
delete widgets from the main window and then add new ones back into
the window without closing the main window.
The coding looks similar to this:
from Tkinter import *
> Have you made some benchmarks like pystone?
> Cheers,
> Cesare
Cesare, hi, thanks for responding: unfortunately, there's absolutely
no point in making any benchmark figures under an emulated environment
which does things like take 2 billion instruction cycles to start up a
program named "c:/msy
> http://bugs.python.org/issue5010
correction: that's http://bugs.python.org/issue5026 apologies for the mix-up.
also,for the msvcrt80 build, it is _essential_ that you use a patched
version of mingw32-runtime, see:
https://sourceforge.net/tracker/index.php?func=detail&aid=2134161&group_id=2435&a
this is a progress report on compiling python using entirely free
software tools, no proprietary compilers or operating systems
involved, yet still linking and successfully running with msvcr80
assemblies. manifests and rc files, which are compiled to internal
resources, have been added.
various s
as part of building python2.5.2 under msys under wine on linux using
mingw, i thought i'd try building _msi.pyd just for kicks. of course,
that required having an msi.lib import library, and associated header
files. so, purely as an experiment, i've documented the process by
which it is possible
> practical decision, due to /bin/sh.exe messing around and stopping
> python.exe from running! (under cmd.exe it's fine. i have to do a
> bit more investigation:
http://bugs.python.org/issue4956
found it.
--
http://mail.python.org/mailman/listinfo/python-list
no, the above subject-line is not a joke: i really _have_ successfully
built python2.5.2 by installing wine on linux, then msys under wine,
and then mingw32 compiler - no, not the linux mingw32-cross-compiler,
the _native_ mingw32 compiler that runs under msys, and then hacking
things into submissi
This is a minor patch release of pyjamas 0.4p1, the
Python-to-Javascript compiler and Python Web UI Widgets
Toolkit.
What is Pyjamas for? Pyjamas allows a developer to create
U.I applications in python as if the Web Browser was a Desktop
Widget Set toolkit platform (like pygtk2, pywxWidgets and p
On Thu, Jan 8, 2009 at 9:07 PM, "Martin v. Löwis" wrote:
>> i'd just ... much rather be completely independent of proprietary
>> software when it comes to building free software.
>
> I guess my question is then: why do you want to use Windows in the
> first place?
ha ha :) the same question wa
> next bug: distutils.sysconfig.get_config_var('srcdir') is returning None (!!)
ok ... actually, that's correct. oops.
sysconfig.get_config_vars() only returns these, on win32:
{'EXE': '.exe', 'exec_prefix': 'Z:\\mnt\\src\\python2.5-2.5.2',
'LIBDEST': 'Z:\\mnt\\src\\python2.5-2.5.2\\Lib', 'pr
> anyway, i'm floundering around a bit and making a bit of a mess of the
> code, looking for where LONG_MAX is messing up.
fixed with this:
PyObject *
PyInt_FromSsize_t(Py_ssize_t ival)
{
if ((long)ival >= (long)LONG_MIN && (long)ival <= (long)LONG_MAX)
{
return PyInt_FromLong((l
On Thu, Jan 8, 2009 at 1:11 PM, David Cournapeau wrote:
> On Thu, Jan 8, 2009 at 9:42 PM, Simon Cross
> wrote:
>> On Sat, Jan 3, 2009 at 11:22 PM, Luke Kenneth Casson Leighton
>> wrote:
>>> secondly, i want a python25.lib which i can use to cross-compile
>>
On Thu, Jan 8, 2009 at 12:42 PM, Simon Cross
wrote:
> On Sat, Jan 3, 2009 at 11:22 PM, Luke Kenneth Casson Leighton
> wrote:
>> secondly, i want a python25.lib which i can use to cross-compile
>> modules for poor windows users _despite_ sticking to my principles and
>> k
On Sat, Jan 3, 2009 at 9:22 PM, Luke Kenneth Casson Leighton
wrote:
> hey, has anyone investigated compiling python2.5 using winegcc, under wine?
some people might find this kind of thing amusing. it's considered in
very obtuse circles to be "progress"... :)
l...@gonzalez:
hey, has anyone investigated compiling python2.5 using winegcc, under wine?
i'm presently working my way through it, just for kicks, and was
wondering if anyone would like to pitch in or stare at the mess under
a microscope.
it's not as crazed as it sounds. cross-compiling python2.5 for win32
wit
webkit-glib-gtk provides gobject bindings to webkit's DOM model.
pywebkitgtk provides python bindings to the gobject bindings of
webkit's DOM model.
files are available for download at:
https://sourceforge.net/project/showfiles.php?group_id=236659&package_id=290457&release_id=650548
separate pre-
On Wed, Dec 3, 2008 at 4:54 AM, Banibrata Dutta
<[EMAIL PROTECTED]> wrote:
> Amazing concept, and glad that someone thought of this and implemented this.
> The book's formatting on IE and Chrome looked a bit unusual. Content wise it
> is already firly decent (i.e. enough to get a programmer started
This is the 0.4 Release of Pyjamas, the python-to-javascript
compiler and Web Widget set and framework.
Download Pyjamas 0.4 here:
https://sourceforge.net/project/showfiles.php?group_id=239074
http://code.google.com/p/pyjamas/downloads/list
Pyjamas started as a port of Google's Web Toolkit, to py
Pyjamas 0.3
---
Pyjamas is a python-to-javascript compiler and an AJAX-based
Widget toolkit for Web Development (for the sister project,
running pyjamas-based apps on the desktop, see
http://pyjd.sf.net which is based on http://webkit.org).
Pyjamas Applications are written in python, yet
[folks, my apologies for the double-post via comp.lang.python whilst
my tiny brain works backwards and notices - eventually - that
comp.lang.python is mirrored from python-list duh]
On Sep 3, 10:02 pm, [EMAIL PROTECTED] wrote:
> Berco Beute:
> > I wonder what it would take to implement Python in
> From: Tino Wildenhain <[EMAIL PROTECTED]>
> Date: Wed, 10 Sep 2008 08:40:42 -0500
> To: Luke Hamilton <[EMAIL PROTECTED]>
> Cc: "python-list@python.org"
> Subject: Re: Web shopping carts
>
> Hi,
>
> Luke Hamilton wrote:
>> Thanks...
Thanks...
Do you happen to have anymore details?
> From: Tino Wildenhain <[EMAIL PROTECTED]>
> Date: Wed, 10 Sep 2008 06:52:40 -0500
> To: Luke Hamilton <[EMAIL PROTECTED]>
> Cc: "python-list@python.org"
> Subject: Re: Web shopping carts
>
> Luke
Hey People,
I am wondering if there are any OS shopping cart application written in python?
Regards,
Luke Hamilton
Solutions Architect
RPM Solutions Pty. Ltd.
Mobile: 0430 223 558
[EMAIL PROTECTED]
--
http://mail.python.org/mailman/listinfo/python-list
at. Thanks
Regards,
Luke Hamilton
Solutions Architect
RPM Solutions Pty Ltd
Mobile: 0430 223 558
[EMAIL PROTECTED]
--
http://mail.python.org/mailman/listinfo/python-list
On Jan 17, 9:14 am, Jeroen Ruigrok van der Werven <[EMAIL PROTECTED]
nomine.org> wrote:
> -On [20080117 17:21], Luke ([EMAIL PROTECTED]) wrote:
>
> >I am able to import a module named "svn" on my ubuntu machine, but this
> >module is not available on windows.
I want to write a script that automatically generates a subversion
repository and configures apache serve the svn repo. Is there a python
module that will allow me to work with subversion? I am able to import
a module named "svn" on my ubuntu machine, but this module is not
available on windows. I
On Jan 15, 3:53 pm, George Sakkis <[EMAIL PROTECTED]> wrote:
> On Jan 14, 7:56 pm, Luke <[EMAIL PROTECTED]> wrote:
>
>
>
> > I am writing an order management console. I need to create an import
> > system that is easy to extend. For now, I want to accept an dict
On Jan 15, 1:53 am, [EMAIL PROTECTED] wrote:
> Luke:
>
> >What design patterns would you use here?<
>
> What about "generator (scanner) with parameters"? :-)
>
> Bye,
> bearophile
I'm not familiar with this pattern. I will search around, but if you
I am writing an order management console. I need to create an import
system that is easy to extend. For now, I want to accept an dictionary
of values and map them to my data model. The thing is, I need to do
things to certain columns:
- I need to filter some of the values (data comes in as -MM
Bruno Desthuilliers wrote:
> Luke a écrit :
(snip)
>> cursor.execute("""
>> CREATE TABLE %s
>> (
>> name CHAR(40),
>> gender CHAR(40),
>> job CHAR(40),
>> level
Im very new to SQL in general, let alone coding it into python. I can
interact with a MySQL database just fine for the most part, but im running
into some problems here... This is the function in my script that keeps
raising errors:
-
def NewChar():
Gabriel Genellina wrote:
> En Thu, 13 Dec 2007 19:53:49 -0300, <[EMAIL PROTECTED]> escribió:
>
>> As I understand it, import myFile and include "myFile.py" are not quite
>> the same.
>>
>> --
>> for import to work myFile.py must be in the same directory as the code
>> that calls it accessible thr
ommand prompt to catch your errors.
-Luke
--
http://mail.python.org/mailman/listinfo/python-list
Lamonte Harris wrote:
> Wow I just got it, and its nice doesn't even look used god damn. :D.
It's generally considered rude to curse in technical forums such as this.
Also, please use more punctuation. You're hard to understand sometimes.
-Luke
--
http://mail.python.org/mailm
Laura Creighton wrote:
> 00:00 UTC 2007-09-02 to 00:00 UTC 2007-09-09 exactly. See
> www.pyweek.org
>
> PyconUK is happening. http://www.pyconuk.org/ 8th and 9th September.
>
> This means that those of us who generally do not see each other but are
> going to PyconUK could put together an entry a
Thanks for all the suggestions guys. I'm realizing that I need to
chose more of a specific paradigm. With closures, I was able to stay
away from unneeded classes before but Tk brings it to a whole other
level.
Thanks again,
Luke
On Jul 3, 2:50 am, Paul Rubin <http://[EMAIL PROTECTED
1 - 100 of 132 matches
Mail list logo