[python-win32] Fatal Error
John Machin
sjmachin at lexicon.net
Wed Sep 20 00:20:31 CEST 2006
On 20/09/2006 5:09 AM, Ahmed, Shakir wrote:
>
> I am running a script and getting the following error, any idea is
> highly appreciated.
>
> The script is mainly a loop work for sixteen time and raises the error
> on 10th cycle.
>
>
> NO free BITSYS Channels (BITCHN)
>
Dear Shakir,
It is a good idea when asking questions about problems like this to
(1) say what efforts you have made to find a solution yourself
(2) show a snippet of the code and the error details (e.g. Python
traceback).
I suspect the answer to (1) is "not much". A little googling leads me to
the impression that you have been struck by a known but unfixed bug in a
commercial product. According to posts in forums on the vendor's web
site, the bug appears to happen when the software is accessed via COM
from any language (e.g. Visual Basic as well as Python) -- so it's not a
Python problem.
Your e-mail address suggests that you are working for a U.S. state
government agency, which has presumably paid a licence fee for the
product. In that case I suggest you avail yourself of whatever support
options are available from the product vendor.
HTH,
John
More information about the Python-win32
mailing list