On 01/03/2014 12:55 PM, Steven D'Aprano wrote:
André Malo wrote:
* Steven D'Aprano wrote:
Mark Lawrence wrote:
raise "Not Valid DB Type"
is perfectly valid in Python 2.
Actually, no it isn't. It's only valid up to Python 2.4. In Python 2.5,
string exceptions display a warning but continu
André Malo wrote:
> * Steven D'Aprano wrote:
>
>> Mark Lawrence wrote:
>>
>>> raise "Not Valid DB Type"
>>>
>>> is perfectly valid in Python 2.
>>
>> Actually, no it isn't. It's only valid up to Python 2.4. In Python 2.5,
>> string exceptions display a warning but continue to work, and in Pyth
* Steven D'Aprano wrote:
> Mark Lawrence wrote:
>
>> raise "Not Valid DB Type"
>>
>> is perfectly valid in Python 2.
>
> Actually, no it isn't. It's only valid up to Python 2.4. In Python 2.5,
> string exceptions display a warning but continue to work, and in Python
> 2.6 they generate a compil
On 03/01/2014 04:18, Ethan Furman wrote:
On 01/02/2014 05:14 PM, Mark Lawrence wrote:
On 02/01/2014 23:49, Steven D'Aprano wrote:
Mark Lawrence wrote:
raise "Not Valid DB Type"
is perfectly valid in Python 2.
Actually, no it isn't. It's only valid up to Python 2.4. In Python 2.5,
string ex
On 01/02/2014 05:14 PM, Mark Lawrence wrote:
On 02/01/2014 23:49, Steven D'Aprano wrote:
Mark Lawrence wrote:
raise "Not Valid DB Type"
is perfectly valid in Python 2.
Actually, no it isn't. It's only valid up to Python 2.4. In Python 2.5,
string exceptions display a warning but continue to
On 01/02/2014 08:31 AM, raj kumar wrote:
Hello, I am beginner to python and i am writing following code
from pytesser import *
and i am getting an error as follow
Traceback (most recent call last):
File "", line 1, in
File "C:\Python33\lib\site-packages\pytesser.py", line 61
print
On 02/01/2014 23:49, Steven D'Aprano wrote:
Mark Lawrence wrote:
raise "Not Valid DB Type"
is perfectly valid in Python 2.
Actually, no it isn't. It's only valid up to Python 2.4. In Python 2.5,
string exceptions display a warning but continue to work, and in Python 2.6
they generate a compi
Mark Lawrence wrote:
> raise "Not Valid DB Type"
>
> is perfectly valid in Python 2.
Actually, no it isn't. It's only valid up to Python 2.4. In Python 2.5,
string exceptions display a warning but continue to work, and in Python 2.6
they generate a compile-time SyntaxError.
You know how the wo
On 02/01/2014 17:46, Rustom Mody wrote:
Oh ok I get what you are saying: python3 will not recognize a python2
package and install it seemingly correctly but actually wrongly
No, it will install it quite correctly. What it won't know is that some
of the code is valid in Python 2 but invalid
Looks like you have a a list of 2.7 dependencies in the path
args.
The first you seem to have 3.3 args, and the second a longer list of 2.7
argsI would assume the second is the full list...correct?
On Thu, Jan 2, 2014 at 1:07 PM, David Hutto wrote:
> I think, but haven't tried, and this
and as I usually do, keep with the older stable version in order to keep up
with other packages compatibiity.
On Thu, Jan 2, 2014 at 1:07 PM, David Hutto wrote:
> I think, but haven't tried, and this would be 2-3 from __future__ import
>
>
> On Thu, Jan 2, 2014 at 12:46 PM, Rustom Mody wrote:
I think, but haven't tried, and this would be 2-3 from __future__ import
On Thu, Jan 2, 2014 at 12:46 PM, Rustom Mody wrote:
> On Thu, Jan 2, 2014 at 11:06 PM, Ned Batchelder
> wrote:
> > On 1/2/14 12:05 PM, Rustom Mody wrote:
> >
> >>
> >> i'm not sure about this but isnt it normally the cas
On Thu, Jan 2, 2014 at 11:06 PM, Ned Batchelder wrote:
> On 1/2/14 12:05 PM, Rustom Mody wrote:
>
>>
>> i'm not sure about this but isnt it normally the case that different
>> version modules dont get mixed up like that?
>> IOW if pytesser was a properly packaged 2.7 module would python 3 be
>> ab
On 1/2/14 12:05 PM, Rustom Mody wrote:
i'm not sure about this but isnt it normally the case that different
version modules dont get mixed up like that?
IOW if pytesser was a properly packaged 2.7 module would python 3 be
able to get at it ??
If you use a Python 3 installer it can succeed at
On 02/01/2014 16:53, Joel Goldstick wrote:
On Thu, Jan 2, 2014 at 11:31 AM, raj kumar mailto:rajkumar84...@gmail.com>> wrote:
Hello, I am beginner to python and i am writing following code
from pytesser import *
and i am getting an error as follow
Traceback (most recent cal
On Thu, Jan 2, 2014 at 10:23 PM, Joel Goldstick
wrote:
>
>
>
> On Thu, Jan 2, 2014 at 11:31 AM, raj kumar wrote:
>>
>> Hello, I am beginner to python and i am writing following code
>>
>> from pytesser import *
>>
>> and i am getting an error as follow
>>
>> Traceback (most recent call last):
>>
On Thu, Jan 2, 2014 at 11:31 AM, raj kumar wrote:
> Hello, I am beginner to python and i am writing following code
>
> from pytesser import *
>
> and i am getting an error as follow
>
> Traceback (most recent call last):
> File "", line 1, in
> File "C:\Python33\lib\site-packages\pytesser.py
17 matches
Mail list logo