Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
18% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
4
Posts with Downvotes
4
Downvoting Members
3
1 Commented Post
0 Endorsements
Ranked #2K
~18.9K People Reached
Favorite Forums
Favorite Tags
Member Avatar for kur3k

I create reports by means of RML(XML) and parse to PDF (use pyjon.reports). In output pdf polish char not display my xml file <?xml version="1.0" encoding="utf-8" standalone="no" ?> <!DOCTYPE document SYSTEM "rml.dtd"> <document filename="encoding-test-utf8.pdf"> <template> <pageTemplate id="main"> <frame id="first" x1="72" y1="72" width="451" height="698"/> </pageTemplate> </template> <stylesheet> </stylesheet> <story> <title>Test of …

Member Avatar for shadia.mohamed.9_1
0
831
Member Avatar for kur3k

Hey ( sorry for my english ) I use zimbra, which has caldav implementations caldav. I try create new event in calendar for my simple client ( which use caldav python library ). I dont now what type of url for save new event in caldav library python. ( sorry …

Member Avatar for TrustyTony
-1
95
Member Avatar for kur3k

Hi, sorry but my english is not excellent. I create app on QSystemTrayIcon, i want get all event ( mouse, key ). How? My code under, but how connect to this event? def keyPressEvent(self, event): result = QtGui.QSystemTrayIcon.keyPressEvent(self, event) return result def mousePressEvent(self, event): result = QtGui.QSystemTrayIcon.mousePressEvent(self, event) return result

0
65
Member Avatar for kur3k
0
42
Member Avatar for kur3k

Hello, I have a question about wx.ListCtrl. How i can add to cell resize image ( 300, 500 for example ).

Member Avatar for snippsat
0
56
Member Avatar for kur3k
0
58
Member Avatar for xleon

[CODE]from Tkinter import * master = Tk() def ChangeOpt1(): Options.option_clear() Options.option_add("Apple","Orange","Melon") Options.update() def ChangeOpt2(): Options.option_clear() Options.option_add("Milk","Water","Juice") Options.update() Option1=Checkbutton(text="OPTION1",indicatoron=0,command=ChangeOpt1) Option1.pack() Option2=Checkbutton(text="OPTION2",indicatoron=0,command=ChangeOpt2) Option2.pack() variable = StringVar(master) variable.set("You have to check an option") Options= OptionMenu(master, variable, "You have to check an option") Options.pack() mainloop()[/CODE] I want to do that when I clicked Option1, …

Member Avatar for xleon
0
4K
Member Avatar for nightrev

Write a Python function that will take a string of the form “4/11/2010” and print the corresponding date in the form “Apr 11, 2010”. Make use of strings, lists, and appropriate operators/methods. In particular, define a list that contains the month abbreviations so that you can convert without needing any …

Member Avatar for Legnoduro
0
110
Member Avatar for kur3k

hello, i must change size image, when i install PIL i return this error [url]http://www.bankfotek.pl/image/918629.jpeg[/url] I use WIN 64-bit and i have ActivePython So, i can resize image whith wxPython? If i can, how?

Member Avatar for woooee
0
116
Member Avatar for kur3k
Member Avatar for kur3k

hello, i want use wx.ScrolledWindow() in wx.Dialog() but i dont now how, i use two, three sizer's and nothing ... my code is to long, i search simple example! i must scroll this dialog -> [url]http://www.bankfotek.pl/image/915282.jpeg[/url] thanks

0
55
Member Avatar for kur3k

Hello, how i can creat menu in wx.ListCtrl(), for example when i double click in item list, i return menu like for wx.Menu().

Member Avatar for kur3k
0
855
Member Avatar for kur3k
Member Avatar for kur3k

Hello, i search widzet for Tkrinter how creat new window ( not Toplevel() ), i want use in this box html thanks ( sorry, my EN is so bad .. )

Member Avatar for kur3k
0
82
Member Avatar for mysticstylez

Hi, So, i have a list that contains some words. I need to read a text file and cross reference it with each word in the list. if that word occurs in the text file, i need to filter it out with "*". How would i go about doing that. …

Member Avatar for griswolf
0
3K
Member Avatar for TitusPE

Hi all I have a txt file. It has a maximum of 24 lines. E.g. Line 1 Line 2 Line 3 Line 4 Line 5 Line 6 ... Line 24 I would like to delete lines 2, 4, 6 ... 24. All the even numbered lines this is the code …

Member Avatar for TrustyTony
0
8K
Member Avatar for kur3k

hey gues I search modules for console windows ( when program run ), i search few hours but for windows only find module Console .. I search module like for Urwid but for Windows, not Unix ( sorry, my english is not good )

Member Avatar for kur3k
0
48
Member Avatar for xxxchopsakexxx

Ok so if I wanted to do a simple while loop with a user inputting a number and a function doing some calculations, would it be possible to have it so that the user can type in 'quit' instead of a float if they want to quit? Thanks in advance.

Member Avatar for HiHe
0
334
Member Avatar for kur3k

hey gues i search 'replace' matrix? 123 456 789 i need in output 147 258 369

Member Avatar for TrustyTony
-1
145
Member Avatar for jcao219

I personally prefer the 3 syntax over 2, but I notice most of the code snippets in this forum are for Python 2. Is it because we are still in a steady transition from 2 to 3, or is it something else?

Member Avatar for hondros
0
203
Member Avatar for kur3k

Hello My english is not good, so pleas - understat me ;-) I have two question about python ;) 1. I'm from poland, in poland letter a == ą, z == ź itp. Can i remove polsich letter? example in input - jacek bąk in output - jacek bak I …

Member Avatar for jice
0
664