473,382 Members | 1,407 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,382 software developers and data experts.

Boa Constructor error

Hi

I have a recurrent error in Boa Constructor, especially when I try to
activate code completion: a message box reads "UnicodeDecodeError: 'ascii'
codec can't decode byte 0xaa in position 52: ordinal not in range(128)"
I couldn't find any google resource on that error.

I have Python 2.3.3 with Boa Construtor 0.3.1 on Mandrake Linux 10.
wxPython is from wxPythonGTK-py2.3-2.5.2.7-RH9.i386.rpm
I also tried wxPythonGTK2-py2.3-2.5.2.7-RH9.i386.rpm but had the same error.
Those RPMs are from www.wxpython.org where it says that "install and use on
my Mandrake 9.2 system without any troubles."

Any tip on this? Thanks in advance
Jul 18 '05 #1
4 3104
Parano wrote:
Hi

I have a recurrent error in Boa Constructor, especially when I try to
activate code completion: a message box reads "UnicodeDecodeError: 'ascii'
codec can't decode byte 0xaa in position 52: ordinal not in range(128)"
I couldn't find any google resource on that error.

I have Python 2.3.3 with Boa Construtor 0.3.1 on Mandrake Linux 10.
wxPython is from wxPythonGTK-py2.3-2.5.2.7-RH9.i386.rpm
I also tried wxPythonGTK2-py2.3-2.5.2.7-RH9.i386.rpm but had the same error.
Those RPMs are from www.wxpython.org where it says that "install and use on
my Mandrake 9.2 system without any troubles."

Any tip on this? Thanks in advance


Boa isn't ready for wxPython 2.5.x
Use wxPython 2.4.2.4 instead.

Uwe
Jul 18 '05 #2
ake
Uwe Grauer <ne**@grauer-online.de> wrote in message news:<cg**********@online.de>...
Parano wrote:
Hi

I have a recurrent error in Boa Constructor, especially when I try to
activate code completion: a message box reads "UnicodeDecodeError: 'ascii'
codec can't decode byte 0xaa in position 52: ordinal not in range(128)"
I couldn't find any google resource on that error.

I have Python 2.3.3 with Boa Construtor 0.3.1 on Mandrake Linux 10.
wxPython is from wxPythonGTK-py2.3-2.5.2.7-RH9.i386.rpm
I also tried wxPythonGTK2-py2.3-2.5.2.7-RH9.i386.rpm but had the same error.
Those RPMs are from www.wxpython.org where it says that "install and use on
my Mandrake 9.2 system without any troubles."

Any tip on this? Thanks in advance


Boa isn't ready for wxPython 2.5.x
Use wxPython 2.4.2.4 instead.

Uwe


Anyone know what's happening to Boa, there doesn't seem to have been a
new version for over a year.

Åke
Jul 18 '05 #3
ake <ak************@comhem.se> typed:
Uwe Grauer <ne**@grauer-online.de> wrote

Boa isn't ready for wxPython 2.5.x
Use wxPython 2.4.2.4 instead.


Anyone know what's happening to Boa, there doesn't seem to have been a
new version for over a year.


Boa 0.3.0 and then 0.3.1 just came out in the last couple weeks. It has
sizer support and updated documentation. It's still limited to wxPython 2.4,
but Riann's plan was to finish up 0.3.0 on 2.4 and then start work on a
version for 2.5. I'm hoping the next release will take less than a year :-).
Jul 18 '05 #4
ake wrote:
Uwe Grauer <ne**@grauer-online.de> wrote in message news:<cg**********@online.de>...
Parano wrote:
Hi

I have a recurrent error in Boa Constructor, especially when I try to
activate code completion: a message box reads "UnicodeDecodeError: 'ascii'
codec can't decode byte 0xaa in position 52: ordinal not in range(128)"
I couldn't find any google resource on that error.

I have Python 2.3.3 with Boa Construtor 0.3.1 on Mandrake Linux 10.
wxPython is from wxPythonGTK-py2.3-2.5.2.7-RH9.i386.rpm
I also tried wxPythonGTK2-py2.3-2.5.2.7-RH9.i386.rpm but had the same error.
Those RPMs are from www.wxpython.org where it says that "install and use on
my Mandrake 9.2 system without any troubles."

Any tip on this? Thanks in advance


Boa isn't ready for wxPython 2.5.x
Use wxPython 2.4.2.4 instead.

Uwe

Anyone know what's happening to Boa, there doesn't seem to have been a
new version for over a year.

Åke


Not true,

Boa 0.3 came just out.
Boa 0.3.1 is in CVS now.

Uwe
Jul 18 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
by: Christian Brechbühler | last post by:
I get a compile time error that I don't understand. ======================================= begin constructor.cc ====== struct Negate {}; class A { int i; public: A(double x ):...
9
by: Xiangliang Meng | last post by:
The fragment code: #include <iostream> using namespace std; class Integer { int i; public: Integer() : i(0) {};
11
by: Kurt Krueckeberg | last post by:
Given a class X class X { public: X(int); X(const X&); //. . . }; Is this line X x1(1); the same thing as X x2 = 2;
18
by: Matt | last post by:
I try to compare the default constructor in Java and C++. In C++, a default constructor has one of the two meansings 1) a constructor has ZERO parameter Student() { //etc... } 2) a...
19
by: Martin Oddman | last post by:
Hi, I have a compiling problem. Please take a look at the code below. I have an application that is built upon three tiers: one data tier (Foo.DataManager), one business tier (Foo.Kernel) and...
45
by: Ben Blank | last post by:
I'm writing a family of classes which all inherit most of their methods and code (including constructors) from a single base class. When attempting to instance one of the derived classes using...
19
by: Andrew J. Marshall | last post by:
I want to create a class that must receive a parameter when instantiated. In other words, I do not want it to have a "Public Sub New()". 1) Does VB.NET create a default public constructor if I do...
12
by: Dave A | last post by:
I have a class that does not have a default constructor. The nature of the class inherently excludes it from having one and to put one in will blatantly misrepresent the object that it is modelling....
6
by: Taran | last post by:
Hi All, I tried something with the C++ I know and some things just seem strange. consider: #include <iostream> using namespace std;
1
by: Patient Guy | last post by:
I am trying to write functions that manipulate objects representing dynamic tables in HTML documents in a more friendly way (to me). I do this by creating a table object (tableObject) through a...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.