Python

NAVIGATION
CATEGORIES
REFERRENCE
LINKS
Home » Development Group »» Python
  • OGL problem

    Hi all!i'm implementing a timeline panel, like the adobe flash editor panel.I' trying to do it using wx.lib.ogl package. The problem i have foundis that i can't figure out how to constraint a rectangle to don't movein y direction I want be able only to move it left and right,...

    0 answers | 699 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg

  • ansi vs. unicode

    Thanks very much. more question: is it ok to use theUnicode version, even if I don't deal with Unicode (just tobe "safe")? Does the Unicode build cause any extra overheador anything else that ANSI doesn't do, even if I don't useUnicode with it?I think that we will have no choice i...

    2 answers | 1132 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg

  • ansi vs. unicode

    Just a quick question about these two versions of wxPython. If I don'tpurposely take advantage of the Unicode features of the Unicode build ofwxPython, does that mean that my program will run the same with eitherversion?I guess another way to ask it is, if I build a program with the ANSIver...

    7 answers | 1125 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg

  • Programming Question

    Here is what I need to do:Create an IF branching statement that will take theusers input from 1-10 and return the English word forthe number. (1 is , 2 is Two, etc.) If the userenters a value outside of the range of 1-10, displayan error message, and ask the user to enter a validselection.Here i...

    2 answers | 1928 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg

  • string encode

    hi listis there a way to solve the error in case of :<code>#return str(val) #where val is unicode (eg val = u'u')</code>so, how register(?) all imported modules to convert allunicodes to str() with a coder, for eg. encode('cp1251')thanks in advance-e- " L 22http:/...

    1 answers | 446 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg

  • wxEVT_SCROLL_ENDSCROLL missing

    Hi Robin,>Also, you may need to clean out old files from >your dist dir before running py2exe.This fixed the problemThanks againThomas...

    0 answers | 205 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg

  • FW: Louisa Manuel Hastings

    M0RETGAGEWe will give better than your current, below is the average we've given all year.any ammount at a 3.95% int.To unsubscribe, e-mail: wxPython-users-unsubscribe (AT) lists (DOT) wxwidgets.orgFor additional commands, e-mail: wxPython-users-help (AT) lists (DOT) wxwidgets.org...

    0 answers | 321 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg

  • Layout Trouble

    Hi All,Just wondering why doesnt the GenericDirCtrl in the following code expandand fill out the whole leftPanel ?<code>import wxclass ConvertPanel(wx.Panel): def __init__(self,parent): wx.Panelinit__(self, parent, -1) sz = wx.BoxSizer(wx.HRIZNTAL) leftPanel = wx.Panel(self,-1) leftPanel.S...

    9 answers | 1146 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg

  • wikibooks

    Hi All,The following site maybe of interest:HughTutor maillist - Tutor (AT) python (DOT) org...

    0 answers | 131 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg

  • Setting Page Data for Printing

    Using this method: def PageSetup(self, evt): data = wx.PageSetupDialogData() data.SetPrintData(self.data) data.SetDefaultMinMargins(True) data.EnableMargins(True) dlg = wx.PageSetupDialog(self, data) if dlg.ShowModal() == wx.IDK: data = dlg.GetPageSetupData() self.data = wx.PrintData(data.GetPri...

    8 answers | 1079 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg

  • How to convert a decimal integer into binary

    Can anyone help me with teh problem of "converting a decimal number into itsbinary equivalent"?Thanks in anticipation.Regards,Asrar KadriWinners are willing to do things that losers wont do.Tutor maillist - Tutor (AT) python (DOT) org...

    5 answers | 289 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg

  • wxEVT_SCROLL_ENDSCROLL missing

    Hi Robin,Thanks for the insight . Do u have any idea then why I am getting the errorIt weird that when i run the file I am getting no error, only when I create an exe usingpy2exe , I get the error.Again this only happens on windows XP not on 2000.I can provide any more info do any kinda of test...

    1 answers | 458 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg

SPONSORED
QUESTION
SPONSORED
EMSDN