Re: choice of web-framework

2017-10-22 Thread Patrick Vrijlandt
Op 22-10-2017 om 14:05 schreef Tim Chase: > I'm not sure what "version control is required" means in this > context. Is this version-control of the users' answers? Or > version-control of the source code. If it's the source code, the web > framework won't help you there, but git, mercurial, or

choice of web-framework

2017-10-22 Thread Patrick Vrijlandt
Hello list, I would like your recommendation on the choice of a web framework. The project is completely new, there are no histories to take into account (current solutions are paper-based). The website involves questionnaires that will be developed, filled out and stored. Users are not progr

Re: surprise - byte in set

2015-01-03 Thread patrick vrijlandt
Dear all, Many thanks for your responses. I never realised this difference between 'bytes' and 'string'. Thanks, Patrick --- Dit e-mailbericht is gecontroleerd op virussen met Avast antivirussoftware. http://www.avast.com -- https://mail.python.org/mailman/listinfo/python-list

surprise - byte in set

2015-01-03 Thread patrick vrijlandt
Hello list, Let me first wish you all the best in 2015! Today I was trying to test for occurrence of a byte in a set ... >>> sys.version '3.4.2 (v3.4.2:ab2c023a9432, Oct 6 2014, 22:15:05) [MSC v.1600 32 bit (Intel)]' >>> 'b' in 'abc' True >>> b'b' in b'abc' True >>> 'b' in set('abc') True >>

Re: "Backward"-Iterator - Beginners question

2013-11-01 Thread patrick vrijlandt
Chris Angelico wrote: > On Fri, Nov 1, 2013 at 9:18 PM, Ulrich Goebel wrote: >> That gives me the solution. What I have, is an iterator object comming as a >> SQLite database cursor object. So I could minimize the underliying SELECT >> and build index = list(cursor). Then with Your hints I get wh

Re: personal library

2013-10-31 Thread patrick vrijlandt
Chris Angelico wrote: > On Thu, Oct 31, 2013 at 7:19 AM, Tim Delaney > But yeah. Either git or hg will serve you well, and Bazaar (bzr) also > has its advocates. Getting to know all three (or at least git/hg) to > at least some extent will serve you well - at least be comfortable > enough with the

Re: personal library

2013-10-30 Thread patrick vrijlandt
Chris Angelico wrote: > On Wed, Oct 30, 2013 at 3:33 PM, Ben Finney > wrote: >> Chris Angelico writes: >> >>> *Definitely* use source control. >> >> +1, but prefer to call it a “version control system” which is (a) more >> easily searched on the internet, and (b) somewhat more accurate. > >

personal library

2013-10-29 Thread patrick vrijlandt
Hello list, Python has been a hobby for me since version 1.5.2. Over the years I accumulated quite a lot of reusable code. It is nicely organised in modules, directories and subdirectories. With every project, the library grows and is developed further. I would like to ask your advice for two prob

Re: Why does it have red squiggly lines under it if it works perfectly fine and no errors happen when I run it?

2013-09-19 Thread patrick vrijlandt
John Gordon wrote: > In <22b99b0a-598f-4500-9de9-5041c2ce2...@googlegroups.com> William Bryant > writes: > >> the word 'def' has squiggily lines but the program works fine. It says: >> Syntax Error: expected an indented block. - why? > >> def restart(): > > This may be caused by the code befo

Re: ctypes and twain_32.dll

2011-05-02 Thread Patrick Vrijlandt
On 2 mei, 20:56, "Michel Claveau - MVP" wrote: > Hi! > > On my system, thera are not "twain32.dll" or "twain_32.dll", but "twain.dll" > > @+ > -- > Michel Claveau Hi, I have both. They are correctly installed and working. ctypes gives a different response if it cannot find the requested DLL. Pat

ctypes and twain_32.dll

2011-04-30 Thread Patrick Vrijlandt
Hi, I'm trying to access TWAIN from python 3.2 on Vista, using ctypes. I'm stuck at line 2: PythonWin 3.2 (r32:88445, Feb 20 2011, 21:29:02) [MSC v.1500 32 bit (Intel)] on win32. >>> from ctypes import * >>> windll.twain_32 Traceback (most recent call last): File "", line 1, in File "C:\Pyth

RE: Python COM Outlook Question

2007-03-21 Thread Patrick Vrijlandt
Hi, It seems that space.Folders["DailyGoodEmails"] might be a valid expression; otherwise you might have experiment with space.GetSharedDefaultFolder() HTH, Patrick -Oorspronkelijk bericht- On Mar 21, 2:15 pm, "liam_herron" <[EMAIL PROTECTED]> wrote: > Say I want to open a shared email