Skip to content

IOError: [Errno 2] #15

Closed
Closed
@benjtupas

Description

@benjtupas

Hi! I downloaded the project fresh from this repository.

I also tried to run this command using PowerShell:

python amalgamate.py

This is the output:
Amalgating header...
Traceback (most recent call last):
File "amalgamate.py", line 149, in
main()
File "amalgamate.py", line 141, in main
header_include_path=options.header_include_path )
File "amalgamate.py", line 63, in amalgamate_source
header.add_file( 'LICENSE', wrap_in_comment=True )
File "amalgamate.py", line 30, in add_file
f = open( os.path.join( self.top_dir, relative_input_path ), 'rt' )
IOError: [Errno 2] No such file or directory: 'C:\python26\LICENSE'

Did I miss something? Thanks.

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