How to pass variable through scipts

2014-05-25 Thread dimmaim
My code has this structure: class Example(wx.Frame,listmix.ColumnSorterMixin): def __init__(self,parent): wx.Frame.__init__(self,parent) self.InitUI() def InitUI(self): . some other functions and other stuff when a button is clicked this function is called and i take

problem with regex

2014-04-28 Thread dimmaim
i want to find a specific urls from a txt file but i have some issus. First when i take just two lines from the file with copy paste and assign it to a variable like this and it works only with triple quotes test='''_*_n.jpg","timelineCoverPhoto":"{\"focus\":{\"x\":0.5,\"y\":0.386925795053},\"p

problem with regex

2014-04-28 Thread dimmaim
i want to find a specific urls from a txt file but i have some issus. First when i take just two lines from the file with copy paste and assign it to a variable like this and it works only with triple quotes test='''_*_n.jpg","timelineCoverPhoto":"{\"focus\":{\"x\":0.5,\"y\":0.386925795053},\"p