[dabo-users] Cool new interactive Python interpreter

2010-09-21 Thread Ed Leafe
Check out 'bpython': http://bpython-interpreter.org/

Haven't used it, but it sure looks interesting. I use 'ipython' all the 
time, so if anyone who tries this has also used ipython, I'd be interested in a 
comparison.



-- Ed Leafe



___
Post Messages to: Dabo-users@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: 
http://leafe.com/archives/byMID/36186590-6eb9-42b3-9e74-74315b089...@leafe.com


[dabo-users] Hide/Unhide?

2010-09-21 Thread Jim Byrnes
I have a form in the ClassDesigner that has a grid in the middle with 
splitters on each side.  Down the right side is a column of 7 
labels/textboxs with a button immediately underneath them.

When the form displays I would like only the first 5 textboxs and the 
button to be displayed.  When an event happens I need the other 2 
textboxs to appear.  Ideally when the form is first displayed there 
would be a gap between the last textbox and the button so when the other 
2 textboxs appear the form would look just like it was laid out in the 
ClassDesigner.

So far with everthing I've tried the button moves up under the last 
textbox and I can't get the other 2 to appear between the button and 
last textbox.  Is what i need possible?

Thanks,  Jim
___
Post Messages to: Dabo-users@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/4c990e80.7000...@comcast.net


Re: [dabo-users] Cool new interactive Python interpreter

2010-09-21 Thread Paul McNett
On 9/21/10 11:59 AM, Ed Leafe wrote:
   Check out 'bpython': http://bpython-interpreter.org/

   Haven't used it, but it sure looks interesting. I use 'ipython' all the 
 time, so if anyone who tries this has also used ipython, I'd be interested in 
 a comparison.

Looks great. BTW, I was able to apt-get install bpython on Ubuntu. Used it 
for a 
few minutes and I don't see any reason to keep using the base Python shell, 
except I 
need to figure out how to change the colors around because there isn't enough 
contrast in places.

Paul

___
Post Messages to: Dabo-users@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/4c991af7.2050...@ulmcnett.com


Re: [dabo-users] Hide/Unhide?

2010-09-21 Thread Paul McNett
On 9/21/10 12:58 PM, Jim Byrnes wrote:
 I have a form in the ClassDesigner that has a grid in the middle with
 splitters on each side.  Down the right side is a column of 7
 labels/textboxs with a button immediately underneath them.

 When the form displays I would like only the first 5 textboxs and the
 button to be displayed.  When an event happens I need the other 2
 textboxs to appear.  Ideally when the form is first displayed there
 would be a gap between the last textbox and the button so when the other
 2 textboxs appear the form would look just like it was laid out in the
 ClassDesigner.

 So far with everthing I've tried the button moves up under the last
 textbox and I can't get the other 2 to appear between the button and
 last textbox.  Is what i need possible?

Yes it is possible. When you make an object invisible and then layout the 
sizer, it 
no longer allocates space for that object. I think we can make this work better 
in 
the future, but for now why not make an empty panel the same height as the two 
textboxes. Add it to the sizer along with the textboxes above the button, and 
when 
that event happens and the two textboxes become visible, make that panel 
invisible, 
and layout() the sizer.

Paul
___
Post Messages to: Dabo-users@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/4c991c5b.90...@ulmcnett.com


Re: [dabo-users] Cool new interactive Python interpreter

2010-09-21 Thread Henning Hraban Ramm

Am 2010-09-21 um 22:52 schrieb Paul McNett:

 On 9/21/10 11:59 AM, Ed Leafe wrote:
  Check out 'bpython': http://bpython-interpreter.org/

  Haven't used it, but it sure looks interesting. I use 'ipython'  
 all the time, so if anyone who tries this has also used ipython,  
 I'd be interested in a comparison.

 Looks great. BTW, I was able to apt-get install bpython on Ubuntu.  
 Used it for a
 few minutes and I don't see any reason to keep using the base Python  
 shell, except I
 need to figure out how to change the colors around because there  
 isn't enough
 contrast in places.

Looks nice, but I'm content with PyCrust or dShell ;-)


Greetlings from Lake Constance!
Hraban
---
http://www.fiee.net
https://www.cacert.org (I'm an assurer)




___
Post Messages to: Dabo-users@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: 
http://leafe.com/archives/byMID/f622293a-0c30-487a-b7ae-000aa104b...@fiee.net