Hi, I'm newbie in python.
This imdb module is awesome! but, now not working...

error message is..

> SCANNING actor: Andrade, Dino (I)
>  * FLUSHING SQLData...
> SCANNING actor: Angelis, Paul
> SCANNING actor: Antonio, Jim
>  * FLUSHING SQLData...
>  * TOO MANY DATA (19999 items), SPLITTING (run #1)...
> Traceback (most recent call last):
>   File "imdbpy2sql.py", line 1892, in <module>
>     run()
>   File "imdbpy2sql.py", line 1791, in run
>     castLists()
>   File "imdbpy2sql.py", line 1040, in castLists
>     doCast(f, roleid, rolename)
>   File "imdbpy2sql.py", line 1012, in doCast
>     sqldata.add((pid, movieid, None, note, order))
>   File "imdbpy2sql.py", line 817, in add
>     self[key] = None
>   File "imdbpy2sql.py", line 812, in __setitem__
>     self.flush()
>   File "imdbpy2sql.py", line 852, in flush
>     converter=self.converter)
>   File "imdbpy2sql.py", line 804, in __init__
>     self._table_name = tableName(table)
>   File "imdbpy2sql.py", line 177, in tableName
>     return table.sqlmeta.table
> AttributeError: 'NoneType' object has no attribute 'sqlmeta'
>

my system is window XP, mysql 5.0, python2.5.1 , imdbpy3.4, sqlobject0.10
(i'm mysql max_allowed_packet = 16M...but useless...)

-- 

Blog : http://plan9.co.kr/tt2
^_^
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Imdbpy-devel mailing list
Imdbpy-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/imdbpy-devel

Reply via email to