Hi Bert, the last few lines of that traceback points to the problem:
> File "sample.py", line 7, in afterInit
> self.lblHello = dabo.ui.dLabel(self, Caption="Hello Pycon", Fontsize=24,
>
> Forclolor="blue")
> File
> "/usr/local/lib/python2.7/dist-packages/Dabo-0.9.8-py2.7.egg/dabo/ui/
On 23/02/13 08:00, Bert wrote:
Ed
Herewith full traceback, hope this helps
Bert
Traceback (most recent call last):
File "sample.py", line 11, in
app.start()
File
"/usr/local/lib/python2.7/dist-packages/Dabo-0.9.8-py2.7.egg/dabo/dApp.py",
line 388, in start
self.setup()
File
Ed
Herewith full traceback, hope this helps
Bert
Traceback (most recent call last):
File "sample.py", line 11, in
app.start()
File
"/usr/local/lib/python2.7/dist-packages/Dabo-0.9.8-py2.7.egg/dabo/dApp.py",
line 388, in start
self.setup()
File
"/usr/local/lib/python2.7/dist-pac
On Feb 21, 2013, at 11:05 PM, Bert wrote:
> When I changed to $HOME/Projects
> When I tried the HelloPyCon in the lib $HOME/Projects it will not run, I get
> a lot of errors, first one listed below. It looks as something is not
> pointing to the right place, but I am not sure where to start.
>
I am still having some problems.
I created the first simple script on page 19 and the second one
HelloPyCon and ran fine in my
$HOME/Projects/dabo lib.
When I changed to $HOME/Projects
When I tried the HelloPyCon in the lib $HOME/Projects it will not run, I
get a lot of errors, first one list
Hello Ed
I just checked the version and then I realised that I had version 0.9.9
and 0.9.8 on my system.
I then went to the 0.9.8 directory and did sudo python setup.py install
and it installed. I just run the demo and it looks good. Now I can try
it out.
Thanks
Bert
On 22/02/13 09:10, E
On Feb 21, 2013, at 5:00 PM, Bert wrote:
> I did download the dabo-0.9.9 and installed it from there so that does not
> seem to be the problem.
> Any other suggestions?
I'm looking at the code on GitHub, and the beginning of setup.py reads:
1: import os
2: import glob
3: impor
Thanks Paul
I did download the dabo-0.9.9 and installed it from there so that does
not seem to be the problem.
Any other suggestions?
I have spend many hours trying to install it.
I am looking at an alternative to visual basic, so reading about dabo it
seems that would do the job.
Any other
On 2/21/13 1:22 AM, Bert wrote:
> I am new to dabo and would like to try it.
> I have been trying to install it on a ubuntu 12.04 system but can not get it
> to work.
> Is there anyone who can help.
> I have downloaded the files, and followed the instruction I could find on the
> web to
> the bes
I am new to dabo and would like to try it.
I have been trying to install it on a ubuntu 12.04 system but can not
get it to work.
Is there anyone who can help.
I have downloaded the files, and followed the instruction I could find
on the web to the best I could but came across problems. In my h
Hi Everybody!
I am, I *think*, installing dabo on this box.
Working on the pre-requisites: Did I install MySql with this, or just
the client? Maybe I need to install the database itself separately?
All help appreciated, Thanks.
p...@pete-desktop:~$ sudo apt-get install mysql-client-5.0
[sudo] pa
On Jun 9, 2008, at 7:23 AM, Darthcoder wrote:
> It must have been the runtime, anyway I uninstalled that, removed
> Dabo and
> reinstalled latest release from scratch... ALL IS WELL NOW
Whew! ;-)
-- Ed Leafe
___
Post Messages to: Dabo-
Ed Leafe wrote:
>
> On Jun 9, 2008, at 1:31 AM, Darthcoder wrote:
>
>> Ed go the ClassDesigner to work by manual changeing the dabo short
>> to use
>> c:\dabo\dabo\ide\ClassDesigner.py
>
> Is this the Dabo framework itself, or the runtime engine? I ask
> because a normal installatio
On Jun 9, 2008, at 1:31 AM, Darthcoder wrote:
> Ed go the ClassDesigner to work by manual changeing the dabo short
> to use
> c:\dabo\dabo\ide\ClassDesigner.py
Is this the Dabo framework itself, or the runtime engine? I ask
because a normal installation doesn't create shortcuts.
> bu
Ed Leafe wrote:
>
> On Jun 8, 2008, at 9:36 PM, Darthcoder wrote:
>
>> Ed, I could not start the class designer so I downloaded latest
>> version, but
>> still can not start Class Designer, Connection works, Preference
>> editor also
>
>
> Do you get a traceback? What exactly happen
On Jun 8, 2008, at 9:36 PM, Darthcoder wrote:
> Ed, I could not start the class designer so I downloaded latest
> version, but
> still can not start Class Designer, Connection works, Preference
> editor also
Do you get a traceback? What exactly happens when you run
ClassDesigner.py
Ed Leafe wrote:
>
> On Jun 8, 2008, at 11:07 AM, [EMAIL PROTECTED] wrote:
>
>> My understanding is I can do this by:
>>
>> - creating a C:\dabo folder
>> - unzipping the dabo-0.8.4.zip file within this folder
>> - editing the dabo.pth file (to point to C:\dabo\dabo)
>> - copying the dabo.pth fi
On Jun 8, 2008, at 11:07 AM, [EMAIL PROTECTED] wrote:
> My understanding is I can do this by:
>
> - creating a C:\dabo folder
> - unzipping the dabo-0.8.4.zip file within this folder
> - editing the dabo.pth file (to point to C:\dabo\dabo)
> - copying the dabo.pth file to my Python site-packages f
I want to install the latest release of Dabo on a Windows XP
workstation.
My understanding is I can do this by:
- creating a C:\dabo folder
- unzipping the dabo-0.8.4.zip file within this folder
- editing the dabo.pth file (to point to C:\dabo\dabo)
- copying the dabo.pth file to my Python site-
Thanks to all,
I've enjoyed the afternoon - and I learned a little bit, too.
Chuck
On 4/7/07, Ed Leafe <[EMAIL PROTECTED]> wrote:
>
> On Apr 7, 2007, at 4:50 PM, Carl Karsten wrote:
>
> > How can case matter on a case insensitive file system?
>
>Because you call 'import dabo', which, ev
On Apr 7, 2007, at 4:50 PM, Carl Karsten wrote:
> How can case matter on a case insensitive file system?
Because you call 'import dabo', which, even on Windows, is
completely different than 'import Dabo'.
Case matters.
-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com
_
Yes, running NTFS on Windows 2000 Server.
Chuck
On 4/7/07, Carl Karsten <[EMAIL PROTECTED]> wrote:
>
> Ed Leafe wrote:
> > On Apr 7, 2007, at 4:42 PM, Chuck Flowers wrote:
> >
> >> And THAT fixed it.
> >> I re-named the directory with lower case dabo.
> >
> > Lesson #1 in Python: case matt
Ed Leafe wrote:
> On Apr 7, 2007, at 4:42 PM, Chuck Flowers wrote:
>
>> And THAT fixed it.
>> I re-named the directory with lower case dabo.
>
> Lesson #1 in Python: case matters! ;-)
How can case matter on a case insensitive file system?
Chuck, you are on windows, probably XP, probably
On Apr 7, 2007, at 4:42 PM, Chuck Flowers wrote:
> And THAT fixed it.
> I re-named the directory with lower case dabo.
Lesson #1 in Python: case matters! ;-)
-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com
___
Post Messages to: Dabo-u
On Apr 7, 2007, at 3:54 PM, Chuck Flowers wrote:
> Oops - guess I will still need dabo.pth, right ?
Where is the framework? If it is in site-packages, then no, you don't.
-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com
___
Post Message
And THAT fixed it.
I re-named the directory with lower case dabo.
Thanks !
Chuck
On 4/7/07, Chuck Flowers <[EMAIL PROTECTED]> wrote:
>
> I tried it both ways. The directory is named Dabo.
>
>
> >>> import dabo
> Traceback :
>File "", line 1 in
> ImportError: no module named dabo
> >>>
>
>
I tried it both ways. The directory is named Dabo.
>>> import dabo
Traceback :
File "", line 1 in
ImportError: no module named dabo
>>>
I'll try re-naming the Directory dabo.
Chuck
On 4/7/07, Carl Karsten <[EMAIL PROTECTED]> wrote:
>
> Chuck Flowers wrote:
> > On W2K, and I think I have
Chuck Flowers wrote:
> On W2K, and I think I have things configured correctly. Downloaded Dabo via
> TortiseSVN. Have dabo.pth in place.
>
> I haven't downloaded Demo or IDE yet, if that matters.
>
> Get error message from Python:
>
import Dabo
> Traceback (most recent call last):
> Fil
On W2K, and I think I have things configured correctly. Downloaded Dabo via
TortiseSVN. Have dabo.pth in place.
I haven't downloaded Demo or IDE yet, if that matters.
Get error message from Python:
>>> import Dabo
Traceback (most recent call last):
File "", line 1, in >module>
File "C:\App
Oops - guess I will still need dabo.pth, right ?
On 4/7/07, Chuck Flowers <[EMAIL PROTECTED]> wrote:
>
> I didn't get down that far in my original reading, so now I see what you
> are saying:
>
> That it is appropriate and OK to install Dabo (the framework) directly in
> the site-packages director
FYI,
This was probably obvious to all but me
I didn't care to let Windows auto-update my system, and I haven't changed
much on it in 2+ years. (W2K Server, SP4)
The TortoiseSVN install required me to upgrade the Windows Installer to what
I think is the latest version, 3.1 v 2.
Chuck
On 4/7/
I didn't get down that far in my original reading, so now I see what you are
saying:
That it is appropriate and OK to install Dabo (the framework) directly in
the site-packages directory (and thus skip the dabo.pth file). The others
are apps of the Dabo framework, place wherever.
Chuck
On 4/7
Chuck Flowers wrote:
> I got Dabo directory installed OK. The next step says:
>
> Now repeat this for the "demo" and "ide" directories, using the following
> URLs:
>
> http://svn.dabodev.com/daboide/trunk
> http://svn.dabodev.com/dabodemo/trunk
>
> So that I am clear, should these be copie
On Apr 7, 2007, at 3:19 PM, Chuck Flowers wrote:
> I got Dabo directory installed OK. The next step says:
>
> Now repeat this for the "demo" and "ide" directories, using the
> following
> URLs:
>
> http://svn.dabodev.com/daboide/trunk
> http://svn.dabodev.com/dabodemo/trunk
>
> So that I a
I got Dabo directory installed OK. The next step says:
Now repeat this for the "demo" and "ide" directories, using the following
URLs:
http://svn.dabodev.com/daboide/trunk
http://svn.dabodev.com/dabodemo/trunk
So that I am clear, should these be copied to my local computer in:
1. Separate
35 matches
Mail list logo