Skip to content

TypeError: 'write() argument 1 must be unicode, not str' #49

Open
@joeribelis

Description

@joeribelis

python 2.7

:~/parser$ parserator init test_123

Initializing directories for test_123 <open file '', mode 'w' at 0x7f98203211e0>

  • test_123 <open file '', mode 'w' at 0x7f98203211e0>
  • raw <open file '', mode 'w' at 0x7f98203211e0>
  • training <open file '', mode 'w' at 0x7f98203211e0>
  • tests <open file '', mode 'w' at 0x7f98203211e0>

Generating init.py <open file '', mode 'w' at 0x7f98203211e0>
Traceback (most recent call last):
File "/home/joerib/.local/bin/parserator", line 8, in
sys.exit(dispatch())
File "/home/joerib/.local/lib/python2.7/site-packages/parserator/main.py", line 70, in dispatch
args.func(args)
File "/home/joerib/.local/lib/python2.7/site-packages/parserator/main.py", line 118, in init
f.write(parser_template.init_template())
TypeError: write() argument 1 must be unicode, not str

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions