This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 150599 - created python package is a file instead of a package
Summary: created python package is a file instead of a package
Status: VERIFIED INVALID
Alias: None
Product: python
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: ardavis26
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-18 02:11 UTC by Peter Lam
Modified: 2009-01-15 01:58 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Lam 2008-10-18 02:11:43 UTC
build 69 (20081017)

The result of the created python package is a flat file that opens in the editor.
Comment 1 ardavis26 2008-10-18 06:22:11 UTC
Python packages by default have create a folder and __init__.py file.  The file is a requirement to be able to call it a
python package.  
Comment 2 Peter Lam 2008-10-20 20:11:49 UTC
The issue was filed because there's no package created, only a flat file with the name of the specified package, not
about the __init__.py since it's not even there. In build 80 (20081020), the package is now created with __init__.py
file in the package.