[TurboGears] Re: SQLObject transaction problems

2006-01-13 Thread mike bayer
Jonathan LaCour wrote: I find it to excel at the complex, and falter at the simple. I am extremely excited to hear that you are working on a more declarative SQLObject-like layer to SQLAlchemy, as it would address my *one* big gripe with it: its just too complex for the simple stuff. Hi

[TurboGears] Re: CherryPy 2.2 as of [508]

2006-01-13 Thread _max
This might help : http://www.cherrypy.org/wiki/CamelToLower

[TurboGears] Re: Even better better error handling

2006-01-13 Thread Simon Belak
Like this? Thanks for the tip, Simon P.S. this is a re-send (from a different mail account) since my original reply has not been delivered for more than 24h. Stephen Thorne wrote: Excellent ideas! I'd recently become quite vexed at the error handling, especially when SQL errors occur.

[TurboGears] Re: CherryPy 2.2 as of [508]

2006-01-13 Thread Remi
This might help : http://www.cherrypy.org/wiki/CamelToLower I added this clarification on this page: The old variable names will still work until at least CherryPy-2.3, but they are considered deprecated. Remi.

[TurboGears] Permission denied: '/.python-eggs'

2006-01-13 Thread mtg
Moin, I use some components from the tg installation for scripts. Sometime I've got: Traceback (most recent call last): File /usr/local/bin/djson2sql, line 4, in ? from pysqlite2 import dbapi2 as sqlite File

[TurboGears] SVN install still looking for python 2.1.1

2006-01-13 Thread Michael Schneider
Hello All, I just did an update from svn to move to Cherrypy 2.2. I am running on windows xp python 2.4.2 I deleted my old versions of the packages. Here is the error from setup.py install Installed c:\python24\lib\site-packages\turbogears-0.9a0dev_r512-py2.4.egg Processing dependencies

[TurboGears] Apache and Turbogears, newbie question.

2006-01-13 Thread [EMAIL PROTECTED]
Hi all, Despite good advice to the contrary, I've garnered myself some Apache + mod_python + TG hosting. Now I have what's probably a silly question. I've been testing using Cherrypy on localhost to serve, but it had to restart each time I changed a template or controller. Will Apache, or can I

[TurboGears] Re: SVN install still looking for python 2.1.1

2006-01-13 Thread Michael Schneider
Typo in the title. It should be SVN install still looking for CherryPy 2.1.1 I really should finish my coffee before I post :-)

[TurboGears] Re: SVN install still looking for python 2.1.1

2006-01-13 Thread Elvelind Grandin
You need to go into the turbogears/thirdparty/cherrypy/ folder and run easy_install . On 1/13/06, Michael Schneider [EMAIL PROTECTED] wrote: Typo in the title. It should be SVN install still looking for CherryPy 2.1.1 I really should finish my coffee before I post :-) -- cheers

[TurboGears] Re: client side error detection - widgets

2006-01-13 Thread Kevin Dangoor
On 1/12/06, Alvin Wang [EMAIL PROTECTED] wrote: If the enhancements were added in the widgets ( id and javascript), it seems to me that it would be cleaner. Formencode currently resides completely on the server. Widgets handles the UI html generation stuff. JS is in the UI. Wouldn't

[TurboGears] Re: Looking for app with tests

2006-01-13 Thread Kevin Dangoor
On 1/13/06, Ian Bicking [EMAIL PROTECTED] wrote: In order to test CherryPaste in a realistic situation, I'd like to test it against a real application. Is there an application someone could recommend that has a good set of tests? HTTP-based tests are best, but CherryPy tests are okay too

[TurboGears] Re: SQLObject transaction problems

2006-01-13 Thread Kevin Dangoor
On 1/12/06, rick [EMAIL PROTECTED] wrote: I added two lines of code: print run_with_transaction retval = func() failed traceback.print_stack() to the part of run_with_transaction: except: rollback_all() raise And I can no longer

[TurboGears] Re: client side error detection - widgets

2006-01-13 Thread Simon Belak
It would be nice, if client-side validation library would be generic enough to allow real-time validation and value completion. For example say we have a billing page with fields price, amount and total_price. What I would like is to have a mechanism for updating total_price every time either

[TurboGears] Fwd: [mochikit] Port of script.aculo.us

2006-01-13 Thread Kevin Dangoor
For those of you not on the MochiKit list, I wanted to bring this up: Thomas Hervé has ported Script.aculo.us to MochiKit! I took a quick look through, and it's a good start. Script.aculo.us provides all of the visual effects goodies that you see on Rails sites and can generally provide a more

[TurboGears] Re: SVN install still looking for python 2.1.1

2006-01-13 Thread Kevin Dangoor
And I've confirmed with Phillip that I can't conveniently put up an egg of CP 2.2 unless I hide it away in some other part of the TurboGears site. I figured rather than doing that, I'd just update the contributing page to reflect that you may need to head into the thirdparty directory and

[TurboGears] Re: Permission denied: '/.python-eggs'

2006-01-13 Thread Kevin Dangoor
I'd recommend just installing the egg with easy_install --always-unzip, since Phillip's already done the work of figuring out the best way to unzip it... Kevin On 1/13/06, mtg [EMAIL PROTECTED] wrote: Moin, I use some components from the tg installation for scripts. Sometime I've got:

[TurboGears] Re: client side error detection - widgets

2006-01-13 Thread David Bernard
I used/suggest an other approach : * add various attributes to input tag like required='true', regexp='...', max-value='...' * the client side library use those tag to check field (on form submit, on field value change...) * the formmaker/widgetbuilder use Validator and SOXxxxCol definition to

[TurboGears] Re: SVN install still looking for python 2.1.1

2006-01-13 Thread Michael Schneider
Thanks Kevin, That did the trick. The full steps: 1) update from svn 2) cd turbogears\thirdpary #Note: this step may not be required, but I was getting a strange conflict with #cherrypy, so I deleted all cherrypy from site-libs\cherrypy 2a) delete

[TurboGears] Trac woes (again).

2006-01-13 Thread Lee McFadden
Trac seems to be having a little fit. Some kind of DB issue... I think that while it can be read from (so displaying stuff is fine) it can't be written to. Try creating a ticket and you'll see what I mean. Lee

[TurboGears] Re: client side error detection - widgets

2006-01-13 Thread Ksenia Marasanova
There is a neat javascript library that can help to keep HTML clean for validators: http://bennolan.com/behaviour/ -- Ksenia

[TurboGears] Re: Trac woes (again).

2006-01-13 Thread [EMAIL PROTECTED]
or try see TimeLine...

[TurboGears] ModelDesigner broken in r512

2006-01-13 Thread Richard (koorb)
Looks like a foreign character in modelDesigner.js, the accented A Firefox says: Error: missing ) after condition Source File: http://imacg5.local.:7654/tg_toolbox/designer/javascript/modelDesigner.js Line: 1314, Column: 24 Source Code: if(name=='None' ||Â name == '') return;

[TurboGears] Re: confused with widgets and expose.inputform arg

2006-01-13 Thread Max Ischenko
Here is how what I ended up with, in case of anyone interested: @turbogears.expose(content_type=text/html; charset=UTF-8, html=bookswap.templates.addbook) def addbook(self, **kw): ### XXX: why this is needed? for k,v in kw.items(): if

[TurboGears] Re: Validating forms using widgets and formencode's validators.

2006-01-13 Thread Karl Guertin
On 1/12/06, Stephen Thorne [EMAIL PROTECTED] wrote: TableForm(widgets=[TextField(name='email', validator=validators.Any(validators.Empty(), validators.Email()))]) Try reversing the two. Formencode actually processes the list backwards and you'll want to check for emptiness first. I haven't

[TurboGears] Re: ModelDesigner broken in r512

2006-01-13 Thread Ronald Jaramillo
Thanks Richard, r513 takes care of it. Cheers. Ronald On Jan 13, 2006, at 4:25 PM, Richard (koorb) wrote: Looks like a foreign character in modelDesigner.js, the accented A Firefox says: Error: missing ) after condition Source File: http://imacg5.local.:7654/tg_toolbox/designer/

[TurboGears] Re: Using htmlfill for form error/values?

2006-01-13 Thread Karl Guertin
On 1/12/06, Igor Murashkin [EMAIL PROTECTED] wrote: I know I do, at least until widgets are more mature (right now they don't even have containers!) I actually do have a working container widget. Unfortunately I don't have the ability (legally) to commit it to TG. I'm working on that and will

[TurboGears] Re: SVN install still looking for python 2.1.1

2006-01-13 Thread Phillip J. Eby
Kevin Dangoor wrote: And I've confirmed with Phillip that I can't conveniently put up an egg of CP 2.2 unless I hide it away in some other part of the TurboGears site. Well, you could change all the 2.1 dependencies to be =2.1,2.2a which would reject any 2.2 alphas or betas as well as 2.2

[TurboGears] Re: client side error detection - widgets

2006-01-13 Thread Karl Guertin
On 1/13/06, Ksenia Marasanova [EMAIL PROTECTED] wrote: There is a neat javascript library that can help to keep HTML clean for validators: http://bennolan.com/behaviour/ I do not reccommend this library. The default CSS selector is buggy and inefficient. The idea is a good one, but use dean

[TurboGears] Re: Permission denied: '/.python-eggs'

2006-01-13 Thread Phillip J. Eby
mtg wrote: Moin, I use some components from the tg installation for scripts. Sometime I've got: OSError: [Errno 13] Permission denied: '/.python-eggs' Your HOME appears to be set to '/' instead of your home directory, causing the attempt to create a cache directory to fail. Correct your

[TurboGears] Re: Looking for app with tests

2006-01-13 Thread Ian Bicking
Kevin Dangoor wrote: On 1/13/06, Ian Bicking [EMAIL PROTECTED] wrote: In order to test CherryPaste in a realistic situation, I'd like to test it against a real application. Is there an application someone could recommend that has a good set of tests? HTTP-based tests are best, but CherryPy

[TurboGears] Re: Trac woes (again).

2006-01-13 Thread [EMAIL PROTECTED]
I think they have upgraded Trac to 0.9.3...

[TurboGears] Re: Trac woes (again).

2006-01-13 Thread Kevin Dangoor
On 1/13/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I think they have upgraded Trac to 0.9.3... I just did that to see if it had any bearing whatsoever on this problem (it didn't). It was a good idea, anyhow, since there were security-related fixes. I haven't yet figured out what the

[TurboGears] DataController

2006-01-13 Thread Jared Kuolt
Is the DataController meant to be used as CRUD in application, or is it meant only for easy data manipulation? I haven't much time to research right now, but I have a couple columns that should be edited by the user, whereas others should be filtered. Here's an example: class Posts(SQLObject):

[TurboGears] Re: SVN install still looking for python 2.1.1

2006-01-13 Thread Kevin Dangoor
On 1/13/06, Phillip J. Eby [EMAIL PROTECTED] wrote: Kevin Dangoor wrote: And I've confirmed with Phillip that I can't conveniently put up an egg of CP 2.2 unless I hide it away in some other part of the TurboGears site. Well, you could change all the 2.1 dependencies to be =2.1,2.2a

[TurboGears] Re: DataController

2006-01-13 Thread Ksenia Marasanova
2006/1/13, Jared Kuolt [EMAIL PROTECTED]: Is the DataController meant to be used as CRUD in application, or is it meant only for easy data manipulation? I haven't much time to research right now, but I have a couple columns that should be edited by the user, whereas others should be

[TurboGears] Re: Trac woes (again).

2006-01-13 Thread Kevin Dangoor
On 1/13/06, Lee McFadden [EMAIL PROTECTED] wrote: Trac seems to be having a little fit. Some kind of DB issue... I think that while it can be read from (so displaying stuff is fine) it can't be written to. Try creating a ticket and you'll see what I mean. Sadly, the logging wasn't

[TurboGears] MochiKit SVN moving to svn.mochikit.com

2006-01-13 Thread Bob Ippolito
I'm going to move the MochiKit SVN from http://svn.red-bean.com/ mochikit to http://svn.mochikit.com so that it's easier for me to manage. http://svn.mochikit.com has been a mirror of the red-bean repository for many months now, and has had consistently better uptime (with the bonus that

[TurboGears] Re: Fwd: [mochikit] Port of script.aculo.us

2006-01-13 Thread Richard (koorb)
That's great news. I have often looked at script.aculo.us and stomped away mumbling to myself that two JS frameworks is just too messy ... I will take a good look and see what I can do to help.

[TurboGears] Re: [mochikit] MochiKit SVN moving to svn.mochikit.com

2006-01-13 Thread Bob Ippolito
On Jan 13, 2006, at 9:58 AM, Bob Ippolito wrote: I'm going to move the MochiKit SVN from http://svn.red-bean.com/ mochikit to http://svn.mochikit.com so that it's easier for me to manage. http://svn.mochikit.com has been a mirror of the red-bean repository for many months now, and has

[TurboGears] Re: MochiKit SVN moving to svn.mochikit.com

2006-01-13 Thread Kevin Dangoor
I have updated the svn:external for MochiKit. Kevin On 1/13/06, Bob Ippolito [EMAIL PROTECTED] wrote: I'm going to move the MochiKit SVN from http://svn.red-bean.com/ mochikit to http://svn.mochikit.com so that it's easier for me to manage. http://svn.mochikit.com has been a mirror of the

[TurboGears] Marking up date input for I18N on kid templates

2006-01-13 Thread Jorge Godoy
Hi! We're going to build an app that has to run in at least 3 different languages (pt_BR, en_US and es_ES). Since date format differs from one to the other, I'd like to know how can I make date input I18Nizable for input using either an input field or a widget... I don't want to put three

[TurboGears] Re: DataController

2006-01-13 Thread Kevin Dangoor
On 1/13/06, Jared Kuolt [EMAIL PROTECTED] wrote: The DataController would then be able to build a form simply on the title and text only, and run the filters on the form submission. Keep in mind that I have barely used DataController and am not up-to-speed on the usage. Is there an easier way

[TurboGears] Re: Marking up date input for I18N on kid templates

2006-01-13 Thread Kevin Dangoor
On 1/13/06, Jorge Godoy [EMAIL PROTECTED] wrote: We're going to build an app that has to run in at least 3 different languages (pt_BR, en_US and es_ES). Since date format differs from one to the other, I'd like to know how can I make date input I18Nizable for input using either an input

[TurboGears] Re: [mochikit] Re: MochiKit SVN moving to svn.mochikit.com

2006-01-13 Thread Bob Ippolito
On Jan 13, 2006, at 10:08 AM, Bob Ippolito wrote: On Jan 13, 2006, at 9:58 AM, Bob Ippolito wrote: I'm going to move the MochiKit SVN from http://svn.red-bean.com/ mochikit to http://svn.mochikit.com so that it's easier for me to manage. http://svn.mochikit.com has been a mirror of

[TurboGears] Re: Marking up date input for I18N on kid templates

2006-01-13 Thread Jorge Godoy
Kevin Dangoor [EMAIL PROTECTED] writes: This kind of thing would be nice to have built into a widget. I'm certain it can be done, but I'm really counting on folks who are i15ng their apps to help out with that kind of thing, because there's nothing like eating your own dogfood to make things

[TurboGears] Re: Marking up date input for I18N on kid templates

2006-01-13 Thread Jorge Godoy
Kevin Dangoor [EMAIL PROTECTED] writes: On 1/13/06, Jorge Godoy [EMAIL PROTECTED] wrote: And then I have this on my method: data_envio:validators.DateConverter(month_style='dd/mm/'), Ahh... So it looks like the first thing needed is a date validator that handles locales

[TurboGears] CONFIEM NAO É MENTIRA!!!!!!!!!

2006-01-13 Thread bricia
Essa é a melhor chance da sua vida!!! Olá, pessoal, a seguir está todo o relato de um programa REVOLUCIONÁRIO. Consultei um advogado sobre a LEGALIDADE, e ele aprovou!! Leiam o P.A.R.E.C.E.R J.U.R.Í.D.I.C.O nesta comunidade do orkut: http://www.orkut.com/Community.aspx?cmm=7668991 e CONHEÇA

[TurboGears] Re: CONFIEM NAO É MENTIRA!!!!!!!!!

2006-01-13 Thread Jared Kuolt
What an excellent opportunity!

[TurboGears] Re: Marking up date input for I18N on kid templates

2006-01-13 Thread Jorge Godoy
Kevin Dangoor [EMAIL PROTECTED] writes: Ahh. You may need to override the function that produces the set of JavaScripts for the widget. Remember that, at least at present, widgets are stateless. It seems like when the javascript is requested, at that point you could look up the locale and

[TurboGears] Re: CONFIEM NAO É MENTIRA!!!!!!!!!

2006-01-13 Thread Jorge Godoy
Jared Kuolt [EMAIL PROTECTED] writes: What an excellent opportunity! Don't you hate those stupid pyramid things? What is worse is that there are errors in the message... With all the earnt money the person who wrote that wasn't even able to buy a spellchecker or a dictionary... Speaking /

[TurboGears] Re: Marking up date input for I18N on kid templates

2006-01-13 Thread Kevin Dangoor
On 1/13/06, Jorge Godoy [EMAIL PROTECTED] wrote: Since calendar languages are different from what we have from the browser or with cherrypy I thought about adding a new variable -- defaulting to 'en' -- to choose the language. For example, there are two options for pt: pt and pt-utf8. One

[TurboGears] Re: Marking up date input for I18N on kid templates

2006-01-13 Thread Kevin Dangoor
On 1/13/06, Jorge Godoy [EMAIL PROTECTED] wrote: And then I have this on my method: data_envio:validators.DateConverter(month_style='dd/mm/'), Ahh... So it looks like the first thing needed is a date validator that handles locales reasonably and possibly lets you override the

[TurboGears] Re: Trac woes (again).

2006-01-13 Thread [EMAIL PROTECTED]
I can reproduce this error. If I go to svn repository and rename 'db' directori to other thing I can get this error in the trac. You have some kind of problem with 'db' directory in your svn. Try svnadmin verify or/and recover... Helio Pereira

[TurboGears] Re: Trac woes (again).

2006-01-13 Thread [EMAIL PROTECTED]
well, not true... now I have tryed again and don't give the same error :-(

[TurboGears] Re: Trac woes (again).

2006-01-13 Thread Kevin Dangoor
On 1/13/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I can reproduce this error. If I go to svn repository and rename 'db' directori to other thing I can get this error in the trac. You have some kind of problem with 'db' directory in your svn. Try svnadmin verify or/and recover... cboos

[TurboGears] Re: Marking up date input for I18N on kid templates

2006-01-13 Thread Jorge Godoy
Kevin Dangoor [EMAIL PROTECTED] writes: You *could* do something like set cherrypy.request.calendar_language which then reflects what gets included. I'd advocate *trying* to guess the language to use if nothing is set there and using that if there is something set. How would I try to guess

[TurboGears] Re: Marking up date input for I18N on kid templates

2006-01-13 Thread Kevin Dangoor
On 1/13/06, Jorge Godoy [EMAIL PROTECTED] wrote: I'll try and see if I can come up with this cherrypy.request.calendar_language thing. I can't guarantee it will be today -- I'm travelling and I'll be back on Tuesday --, so don't hold your breath for now. But I'll get it working soon. ;-)

[TurboGears] Re: CONFIEM NAO É MENTIRA!!!!!!!!!

2006-01-13 Thread Tim Lesher
On 1/13/06, Jorge Godoy [EMAIL PROTECTED] wrote: Don't you hate those stupid pyramid things? What is worse is that there are errors in the message... With all the earnt money the person who wrote that wasn't even able to buy a spellchecker or a dictionary... Speaking / writing correctly

[TurboGears] Re: ? mod_python / ActivePython / TurboGears / Linux

2006-01-13 Thread citizenkahn
I just read them thanks. So, using ActivePython may be an issue and switching to the python sources from python.org might be best? Or can I just recompile the pyexpat and leave the rest of my python install alone?

[TurboGears] Re: Trac woes (again).

2006-01-13 Thread [EMAIL PROTECTED]
Kevin, we can access to your timeline if we don't want to view chanset (repository) like you can see in this link: http://trac.turbogears.org/turbogears/timeline?from=01%2F13%2F06daysback=30milestone=onticket=onticket_details=onwiki=onupdate=Update But if you check the Repository checkins it

[TurboGears] Re: ?Multiple Accessors to Schema Turbogears and External

2006-01-13 Thread citizenkahn
Sorry about that. i'm using the following; MYSQL 4.1.x Turbogears 0.8a3 SQLObject-0.7.0 MySQLPython 1.2.0 I am running in dev mode not prod and connecting via the network not the sock file.

[TurboGears] Re: Trac woes (again).

2006-01-13 Thread Kevin Dangoor
Thanks for that interesting clue. I've passed it on to the trac folks. Kevin On 1/13/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Kevin, we can access to your timeline if we don't want to view chanset (repository) like you can see in this link:

[TurboGears] Re: Fwd: [mochikit] Port of script.aculo.us

2006-01-13 Thread Diwaker Gupta
For those of you not on the MochiKit list, I wanted to bring this up: Thomas Hervé has ported Script.aculo.us to MochiKit! I took a quick look through, and it's a good start. This is fabulous! TG and friends need a lot more visibility at this stage and this will help tremendously. Blog away!

[TurboGears] Re: ? mod_python / ActivePython / TurboGears / Linux

2006-01-13 Thread Karl Guertin
On 1/13/06, citizenkahn [EMAIL PROTECTED] wrote: I just read them thanks. So, using ActivePython may be an issue and switching to the python sources from python.org might be best? Or can I just recompile the pyexpat and leave the rest of my python install alone? From reading the linked

[TurboGears] Re: Fwd: [mochikit] Port of script.aculo.us

2006-01-13 Thread Bob Ippolito
On Jan 13, 2006, at 2:06 PM, Diwaker Gupta wrote: For those of you not on the MochiKit list, I wanted to bring this up: Thomas Hervé has ported Script.aculo.us to MochiKit! I took a quick look through, and it's a good start. This is fabulous! TG and friends need a lot more visibility at

[TurboGears] Re: Fwd: [mochikit] Port of script.aculo.us

2006-01-13 Thread Diwaker Gupta
This is fabulous! TG and friends need a lot more visibility at this stage and this will help tremendously. Blog away! :) I'd wait until it lands in SVN to blog about it. This will be a MochiKit 1.3 feature. Sure. I'm just trying to build up the buzz around here, so that when it is time,

[TurboGears] possible clue on kid's TypeError: 'NoneType' object is not callable

2006-01-13 Thread nerkles
For some reason I tried this (probably a result of the mindset necessary for hacking around IE's CSS bugs)... in my templates which are the master for another template, I made the following change: On any element that contained a py:def, I made sure that the py:def was the FIRST attribute. I

[TurboGears] Re: Trac woes (again).

2006-01-13 Thread Kevin Dangoor
This is in the log: 18:07:45 Trac[__init__] INFO: Syncing with repository (511 to 513) Kevin On 1/13/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: can you run this sql with sqlite3 to see what is the last revision the trac db as sync with svn? #sqlite3 $TRAC_ENV/db/trac.db sqliteselect

[TurboGears] Found the source of Kid's TypeError: 'NoneType' object is not callable error

2006-01-13 Thread Sean De La Torre
I've found what causes the TypeError: 'NoneType' object is not callable error in Kid templates. I've narrowed it down to the _freshen_template method in the TurboKid kidsupport.py file. Here's a summary of what I've found: 1) The error occurs every time after the sitetemplate is marked as

[TurboGears] Re: Found the source of Kid's TypeError: 'NoneType' object is not callable error

2006-01-13 Thread Jeff Watkins
Except that I get this error also and I don't use widgets. I'm not saying you haven't tracked down *ONE* cause of it, but it certainly isn't the only cause. On 13 Jan, 2006, at 10:05 pm, Sean De La Torre wrote: I've found what causes the TypeError: 'NoneType' object is not callable error

[TurboGears] Re: Found the source of Kid's TypeError: 'NoneType' object is not callable error

2006-01-13 Thread Sean De La Torre
I didn't intend to state that this was the exact solution to all the problems (hence the statement This could be a more general error in the refresh logic or in the way kid reloads templates, but I won't know for certain until I've investigated the issue a little more. ). Besides, the

[TurboGears] Re: Found the source of Kid's TypeError: 'NoneType' object is not callable error

2006-01-13 Thread Sean De La Torre
One more thing that I just tested: I removed the widget from my code, and tested the same scenario with only templates in my project. I then reverted kidsupport.py to its original state, and the error reappears after I see the refresh statement in my logs. Changing kidusupport.py as I stated

[TurboGears] Re: Found the source of Kid's TypeError: 'NoneType' object is not callable error

2006-01-13 Thread David Stanek
I am 100% positive that it is the module reloading. With my setup I cannot recreate the issue so it is impossible for me to debug. I am working on a patch that really cleans the reloading up. It's pretty late here so I will post it to the list tomorrow after I make sure I am not doing anything